Computer Science, asked by philippkunjappu2952, 7 months ago

Wap in python to print my name on the computer screen

Answers

Answered by vedantaa2004
0

Answer:

print("Xyz")

Explanation:

plz Mark as brainliest

Answered by anindyaadhikari13
1

Question:-

  • Write a program in Python to print my name on the computer screen.

Program:-

This is a single line program written in python.

print("My name is: Anindya Adhikari")

Similar questions