chom
a programming language?
What will be the output of following python code/code fragment?
printfprint('vishal'))
print("vishal').
print("indian")
print("vishal" end="").
print("indian")
a=int(input("enter first no"))
b-int(input("enter second no"))
a, b=b,a
print("a",a)
print("b=",b)
#if user is entering 6 and then 12
Answers
Answered by
1
Answer:
this is very much question
Similar questions