Computer Science, asked by nc4223246, 4 months ago

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

Answers

Answered by jack4610
2

Answer:

str1

Explanation:

print statement displays on the screen

hope it helps !!

Similar questions