0

Why this coding not run for calculator programing in python

import random a=input ('please enter your first number:') b=input ('your arithematic symbol:') C=input ('please enter your second number') v=int(a),b, int (c) print (a,b,c) Print(v)

10th Sep 2020, 6:08 AM
Sumant
1 Answer
0
1.python is case sensitive C and c are two different things. 2.where have you defined v ?
10th Sep 2020, 7:07 AM
Divya Mohan
Divya Mohan - avatar