79175585

Date: 2024-11-10 19:33:42
Score: 2
Natty:
Report link

It is very important to make sure of you indentation and declaration in python. Adopting the habit (or tool using a like Prettier) in VS code or any build in formatter will help a lot.


Solution:

def life_in_weeks():
  users_age = input("What is your age? ")
  print(users_age)

If this is not the problem, please share more information.

Reasons:
  • Blacklisted phrase (1): What is your
  • Whitelisted phrase (-2): Solution:
  • RegEx Blacklisted phrase (2.5): please share
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rikus-GB