Skip to content

Commit 9263cce

Browse files
authored
Update unit3_ex3.4.4.py
1 parent d6abf58 commit 9263cce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: unit3_ex3.4.4.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020

2121
# 1:
2222
# LAUNCH_DATE="16/07/1969"
23-
# Enswer: LAUNCH_DATE = "16/07/1969"
23+
# Answer: LAUNCH_DATE = "16/07/1969"
2424

2525
# 2:
2626
# RETURN_DATE="24/07/1969"
27-
# Enswer: RETURN_DATE = "24/07/1969"
27+
# Answer: RETURN_DATE = "24/07/1969"
2828

2929
# 3:
3030
# astronaut="Neil"+"Armstrong"
31-
# Enswer: astronaut = "Neil" + "Armstrong"
31+
# Answer: astronaut = "Neil" + "Armstrong"
3232

3333
# 4:
3434
# days=how_many_days(LAUNCH_DATE‚RETURN_DATE)
35-
# Enswer: days = how_many_days(LAUNCH_DATE‚ RETURN_DATE)
35+
# Answer: days = how_many_days(LAUNCH_DATE‚ RETURN_DATE)
3636

3737
# 5:
3838
# astronaut.take_to_space(days)
39-
# Enswer: astronaut.take_to_space(days)
39+
# Answer: astronaut.take_to_space(days)
4040

0 commit comments

Comments
 (0)