5. Find the error in the following code:
(2) y = x 45
(b) a=input("Value: ")
print(x,y)
print( a, b)
do
Answers
Answered by
0
Answer:
Hey friends i now that you are bored in lockdown and want some comedy the i have a show that you can watch on youtube that show name is tenali rama there are 804 episodes in tenali rama and please share this measage to everyone please please please.
Answered by
0
Answer:
b) print(x = y = 5) # variables are being assigned at the same time as being printed, this ... c) a = input( "value") b = a/2 print (a, b) # a is a string type because all inputs are taken as string in python and hence a can't be divided.
Explanation:
Similar questions