What will be the output of above Python code?
str1="6/4"
print("str1")
Answers
Answered by
2
Answer:
str1 will be the output
because str1 is enclosed in quotes
Similar questions