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

User Chklang
by
3.7k 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
4.3k points