Informatics Practices

Write a Python command/instruction/statement to display your name.

Python Funda

1 Like

Answer

print("Ankita Sharma")
Output
Ankita Sharma

Answered By

3 Likes


Related Questions