79601356

Date: 2025-05-01 03:51:12
Score: 1
Natty:
Report link

Probably int() the integer first to ensure that it is an integer, not a string or any other value type.
Also, you can check the integer value by using print(type(Integer)) and make sure that it prints: <class 'int'> in the console.
Happy coding!

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: POH JUN ZHE MATTHEW Student