PyCharm question

Answered

Hello , i am a beginner and i am making a simple game. i am trying to make a 'while' loop in my program so that when the game ends, there is an option to start again. Is ther a way to shift the whole program to the right so that i can put it in a 'while' loop and it doesn't give me an identetion error?

0
1 comment

Hello,

You could use "Indent selection" feature: https://www.jetbrains.com/help/pycharm/changing-indentation.html.

0

Please sign in to leave a comment.