Computer Science, asked by singh8012vinayak, 9 months ago

What's the error a= input("enter the name") b= input(int("enter the marks") c=9 print ( a+b+c)

Answers

Answered by sanjeevsitapur2
4

Answer:

There is a Syntax Error on b = input(int("Enter the marks"));

The Next Error is that You Cannot add String By Numbers.

So, There are two errors Syntax and Run-time Error

HOPE IT HELPS!

MARK AS BRAINLIST!

Similar questions