Does Python require interactive shell? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Does Python require interactive shell?

I am working on building a game that may require an interactive shell. I do not see anything here that allows for this to happen. Do I really need it to build something with Python?

23rd Oct 2019, 1:04 PM
Roy Heintz
Roy Heintz - avatar
4 Answers
+ 1
You can use any language to wait user input and handle it. Do you need a python shell in your game? Or just handle what the player will type?
23rd Oct 2019, 1:50 PM
Loïc Mahé
Loïc Mahé - avatar
0
According to the book it says I need the shell just surprised its not on here I guess
24th Oct 2019, 5:22 PM
Roy Heintz
Roy Heintz - avatar
0
What is the exact title of your book? Have you try the python command line?
24th Oct 2019, 5:35 PM
Loïc Mahé
Loïc Mahé - avatar
0
Invent your own computer games with python by Al Sweigart.
24th Oct 2019, 11:03 PM
Roy Heintz
Roy Heintz - avatar