Computer Science, asked by nc4223246, 5 months ago

What will be the output of above Python code?
str1="6/4"
print("str1")

Answers

Answered by Anonymous
2

Answer:

str1 will be the output

because str1 is enclosed in quotes

Similar questions