Python coding
Write a program to:

Use nested if statements (about 5-8 levels of nesting) to:

prompt the user to choose where to go (such as direction)

make up the scene what the user can see

accumulate the user’s choice and discovery as text in a concatenated string

repeat these steps a and b



Answer :

Other Questions