Answers for "if you are under python"

1

if statements python

water = input('Does your creature live underwater?')
if water == 'yes':
	print('Your creature lives underwater')
else:
	print('Your creature does not live underwater')
Posted by: Guest on October-17-2020
0

how to get ********** on python

bruh i just wanted to know the formula thing to get the title to be like ****yo*****
Posted by: Guest on October-29-2020

Code answers related to "if you are under python"

Python Answers by Framework

Browse Popular Code Answers by Language