We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6abf58 commit 9263cceCopy full SHA for 9263cce
unit3_ex3.4.4.py
@@ -20,21 +20,21 @@
20
21
# 1:
22
# LAUNCH_DATE="16/07/1969"
23
-# Enswer: LAUNCH_DATE = "16/07/1969"
+# Answer: LAUNCH_DATE = "16/07/1969"
24
25
# 2:
26
# RETURN_DATE="24/07/1969"
27
-# Enswer: RETURN_DATE = "24/07/1969"
+# Answer: RETURN_DATE = "24/07/1969"
28
29
# 3:
30
# astronaut="Neil"+"Armstrong"
31
-# Enswer: astronaut = "Neil" + "Armstrong"
+# Answer: astronaut = "Neil" + "Armstrong"
32
33
# 4:
34
# days=how_many_days(LAUNCH_DATE‚RETURN_DATE)
35
-# Enswer: days = how_many_days(LAUNCH_DATE‚ RETURN_DATE)
+# Answer: days = how_many_days(LAUNCH_DATE‚ RETURN_DATE)
36
37
# 5:
38
# astronaut.take_to_space(days)
39
-# Enswer: astronaut.take_to_space(days)
+# Answer: astronaut.take_to_space(days)
40
0 commit comments