find the output of ( python programming)
str = "hello"
str = "world"
Answers
Answered by
0
Answer:
hello
world
Explanation:
str = "hello"
print(str)
str = "world"
print(str)
Similar questions
Math,
5 months ago
English,
5 months ago
Math,
11 months ago
Business Studies,
1 year ago
Math,
1 year ago