Can you tell me what to put in these line please!
1
2 LESSON: 2.3 Booleans
3 TECHNIQUE 3: Limited Range
4 PRACTICE 1
5 111
PROJECT
6
7 # Get user input
8 temperature = int(input("How hot is it out? ))
9
10 # If temperature is between 60 and 85,
11 # print that it's nice out today
12
13
14 # Tura in your Coding Exercise,
15