Computer Science, asked by lilpeepandx, 10 months ago

Write the output of the following.
a) print(“Hello”) b) print(5.5) c) print(4+6)

Answers

Answered by likhithay25
0

Explanation:

a)Hello

note: u should use ;after print(".........");

b,c are errors

Answered by acsahjosemon05
1

Answer:

Explanation:

a)Hello

note: u should use ;after print(".........");

b,c are errors

Similar questions