Python Forum
Noob here. Random quiz program. Using a while loop function and alot of conditionals.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Noob here. Random quiz program. Using a while loop function and alot of conditionals.
#7
Sigh

This is great advice when you're putting together a whole project with multiple files after you've got some of the fine details of coding down. But I believe how you put it was...
Quote:I just started learning how to code last week[...]

There is no point planning your code out ahead of time when you just started learning the very keywords that are the backbone to every program you'll ever make and things like the scope of a variable. It's true that coding is a minor part of programming, but it is a critical one. That's why I said "Just ignore people telling you how to make your program better for now". Just emphasizing that for @deanhystad

Make programs that help you understand the code you're learning. Seeing results on screen will keep you engaged and less likely to quit. Make LOTS of mistakes, keep asking questions, they are the best way to learn

I just had to say that
Reply


Messages In This Thread
RE: Noob here. Random quiz program. Using a while loop function and alot of conditionals. - by kaega2 - Sep-07-2022, 02:01 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  QUIZ GUI Form_When admin panel is open, main quiz form is getting freeze Uday 4 804 Aug-25-2023, 08:24 PM
Last Post: deanhystad
Question Doubt about conditionals in Python. Carmazum 6 1,669 Apr-01-2023, 12:01 AM
Last Post: Carmazum
  [ESP32 Micropython]Total noob here, I don't understand why this while loop won't run. wh33t 9 1,824 Feb-28-2023, 07:00 PM
Last Post: buran
  Function not scriptable: Noob question kaega2 3 1,236 Aug-21-2022, 04:37 PM
Last Post: kaega2
  conditionals based on data frame mbrown009 1 926 Aug-12-2022, 08:18 AM
Last Post: Larz60+
  Efficiency with regard to nested conditionals or and statements Mark17 13 3,293 May-06-2022, 05:16 PM
Last Post: Mark17
  Nested conditionals vs conditionals connected by operators dboxall123 8 3,134 Feb-18-2022, 09:34 PM
Last Post: dboxall123
  Program for random sum Cristopher 7 1,708 Jan-15-2022, 07:38 PM
Last Post: Cristopher
  I am writing a car rental program on python. In this function I am trying to modify aboo 2 2,818 Aug-05-2021, 06:00 PM
Last Post: deanhystad
  Nested Conditionals shen123 3 2,673 Jul-28-2021, 08:24 AM
Last Post: Yoriz

Forum Jump:

User Panel Messages

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