We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858033a commit a32bbeeCopy full SHA for a32bbee
unit4_ex4.4.1.py
@@ -7,20 +7,20 @@
7
print("Brr... I need to find some penquins. to keep me company")
8
else:
9
print("Goodbye penquins!")
10
-# Enswer: error of kind IndentationError
+# Answer: error of kind IndentationError
11
12
# 2:
13
temperature = float(input("What is the temperature? "))
14
if temperature < 0
15
16
17
18
-# Enswer: error of kind SyntaxError
+# Answer: error of kind SyntaxError
19
20
# 3:
21
22
if temperature < 0:
23
24
25
26
-# Enswer: what is the temperature?
+# Answer: what is the temperature?
0 commit comments