Python Forum
Using If Statements Instead of While Loop in Simple Game Program
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using If Statements Instead of While Loop in Simple Game Program
#2
Hi New_coder,
The best way to find out if it works: just run the code and see if it does what you want. If you don't understand why it does not work: just ask us in this forum.

A few things I would like to say:
input = ("")
NEVER USE THE NAME OF A KEYWORD OR A BUILT-IN AS A NAME OF A VARIABLE! After that line you will not be able to use the input() function anymore.
I understand the code should repeat asking commands. I know only 2 ways to repeat code blocks: while and for. I don't see an elegant way to get the same result in an other way.
There are more problems in your code, but please just run it and you will find them yourself. It is the best way to learn.
Reply


Messages In This Thread
RE: Using If Statements Instead of While Loop in Simple Game Program - by ibreeden - Dec-12-2021, 06:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation How to get program to loop if input date is in the past? xander_thornton45 3 1,693 Oct-11-2024, 10:08 AM
Last Post: Pedroski55
  quiz game - problem with loading statements from file lapiduch 2 1,919 Apr-20-2023, 06:13 PM
Last Post: deanhystad
  How to compile following python loop program reinispl 3 2,745 Oct-27-2021, 01:57 PM
Last Post: DeaD_EyE
  RockPaperScissor program while loop malfunction tonyliang19 3 3,808 Apr-03-2020, 11:09 PM
Last Post: SheeppOSU
  Simple maze game controls OmegaSupreme 4 5,204 Apr-26-2019, 08:55 AM
Last Post: OmegaSupreme
  Program that, inside a loop, does multiple things. needs to print in a certain way reidmcleod 1 3,300 Feb-19-2019, 02:35 PM
Last Post: marienbad
  How to hold a program in the turtle (Tic-Tac-Toe game assignment) kmchap 1 5,460 May-17-2018, 05:39 PM
Last Post: j.crater
  Supposedly simple program not working! Please help! BenjaminDJ 5 5,148 Feb-20-2018, 08:43 PM
Last Post: BenjaminDJ
  Simple Python program not working AudioKev 3 4,017 Jan-23-2018, 09:57 PM
Last Post: Larz60+
  help with while loop on dice game sean5 2 5,126 Dec-14-2017, 07:24 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020