Write the output of the following.
a) print(“Hello”) b) print(5.5) c) print(4+6)
Answers
Answered by
0
Explanation:
a)Hello
note: u should use ;after print(".........");
b,c are errors
Answered by
1
Answer:
Explanation:
a)Hello
note: u should use ;after print(".........");
b,c are errors
Similar questions