What will be the output of above Python code?
str1="6/4"
print("str1")
Answers
Answered by
2
Answer:
str1
Explanation:
print statement displays on the screen
hope it helps !!
Similar questions