Begin your mastery of Python, the language of wizards and automation warriors.
print()
, input()
int
, float
, str
if
, else
, elif
for
, while
Simulate a dice roll using random.randint()
and display the result.
Ask 3 riddles. Keep score and give a rating at the end.
Build a Python number guessing game with:
>
A randomly chosen number (1–10)>
User input for guesses>
Hints: "Too high!" / "Too low!">
Counter for attemptsSubmit your Python script to the Discord server to level up!
Submit Your Challenge