Answers for "animal quiz game in python"

0

animal quiz game in python

animal_list = ['Fish' , 'Tarantula' , 'Snake' , 'an Octopus']
animal=random.choice(animal_list)
print("Choice an animal:Fish,Tarantula,Snake and Octopus")
if
Posted by: Guest on October-07-2020

Python Answers by Framework

Browse Popular Code Answers by Language