We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8f4cc commit bdd3506Copy full SHA for bdd3506
Logic-1/squirrel_play.py
@@ -0,0 +1,9 @@
1
+def squirrel_play(temp, is_summer):
2
+ if is_summer:
3
+ if temp >= 60 and temp <= 100 :
4
+ return True
5
+ else:
6
+ return False
7
+ if temp >= 60 and temp <= 90 :
8
9
0 commit comments