Raaid Taha
@RaaidTaha
Hey! This program allows a user to type in answers such as true or false to the given questions. However, currently the function that checks whether t
Python
I want to make this program more robust and unbreakable.Currently, this program has errors and bugs. Any suggestions would be appreciated!
Python
WilliamPenrod I would like to see, as @LeonDoesCode said, a more clean input interface. Also it would flow better if you didn't ask the question, instead make it a statement that the user can accept as true or reject as false.
Example formatting:
Also, I would play with how it looks, add horizontal dividers and other things to make it more, visually stimulating.3 years ago
LeonDoesCode One thing you could do is change the "True False" at the end of the questions to be more like: "Python is an interpreted, high-level, general-purpose programming language, True or False?". This would make it look more clean when printed.
You can also add a space at the end of the input strings to make that nicer to write in and look at.3 years ago