X=10
y=30
print(a)
#what will be the error in above program
Answers
Answered by
0
Answer:
Indian Standard Time is calculated on the basis of 82.5°E longitude in the city of Mirzapur, Uttar Pradesh, which is situated approximately on the corresponding longitude reference
Answered by
0
Answer:
The given program will generate an error coz you are asking to print a, but the value of a isn't decided. So either the value of a must be decided or you can print a as a string using print( "a")
Similar questions