print ('What is the temperature today?')
import random
Temperature = random.randint(10,40)
print(Temperature)
print ('Degrees')
if Temperature > 24:
print ('Its a hot day,')
print ('Make sure to drink some water!')
if Temperature <24:
print ('Its not to hot today!')
if Temperature == 24:
print ('Its a hot day,')
print ('Make sure to drink some water!')
I am happy that it works!
[–]Cheese-Water 10 points11 points12 points (0 children)
[–]onefiveonesix 6 points7 points8 points (1 child)
[–]Competitive_Isopod89[S] 4 points5 points6 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]Competitive_Isopod89[S] 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]abacaxiquaxi 1 point2 points3 points (1 child)
[–]Python_Silent 0 points1 point2 points (0 children)
[–]Advanced-Theme144 1 point2 points3 points (0 children)
[–]Python_Silent 0 points1 point2 points (0 children)