Skip to content

Instantly share code, notes, and snippets.

@bugkiller78
Created October 18, 2020 07:25
Show Gist options
  • Save bugkiller78/c6ceb7648808799672c28fbe31a5a801 to your computer and use it in GitHub Desktop.
Save bugkiller78/c6ceb7648808799672c28fbe31a5a801 to your computer and use it in GitHub Desktop.
SmartNinja_DN2_3
# DN2.3 Make sting lowercase
answer = str.lower(input('Please answer with YES or NO to the following question: '))
print(answer)
Copy link

ghost commented Oct 21, 2020

Super.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment