Find the mistake:user_input = input('Enter a number: ');print('You entered: ', int(user_input)) - Study24x7
Social learning Network
20 Mar 2024 04:23 PM study24x7 study24x7

Find the mistake:
See more

A

Syntax error

B

No error

C

int() should be str()

D

input() function used incorrectly

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles