Create Your Solution File
00:01
There are a few things to do in this challenge, but let’s tackle it by dividing the big challenge into smaller tasks. Start by creating a new file. Name it temperature.py
.
00:13
That’s the first thing we need to do. Write a program called temperature.py
.
00:17 Once you have saved it, you can add a filename at the top of your Python file. At least I do it, so you know exactly on which file you continue to work.
00:28 Yeah, that’s a small step, but it’s okay to start with small steps to not overwork ourselves at the beginning.
Become a Member to join the conversation.