michael4227 / OIM3640-2021fall

Python
0 stars 0 forks source link

quiz0 #5

Closed lzblack closed 3 years ago

lzblack commented 3 years ago

Good job! https://github.com/michael4227/OIM3640/blob/a413c84da7650dff5cb6a53757728ed6e0af0d1f/Quiz/quiz0.py#L37-L49

  1. Missing docstring
  2. to compare two strings, use if planet == 'moon':
  3. need to return, not print.
michael4227 commented 3 years ago

Got it, Thank you Professor!