37.5k views
2 votes
How do we Rewrite the following Python code to avoid error. mark=inpt("enter your mark ")

User Chklang
by
7.4k points

1 Answer

1 vote

Answer:

mark=input("enter your mark ")

Step-by-step explanation:

the input method is used to get the input from the user.

User Leonardo Alves
by
8.1k points

Related questions

asked Nov 23, 2024 190k views
Shaun Mason asked Nov 23, 2024
by Shaun Mason
8.5k points
1 answer
3 votes
190k views