how to print in python
Answers
Answered by
3
Explanation:
Refer to the attachment ♥️
Attachments:
Answered by
0
Answer:
Use the print command..
print("String")
print(1)
a = "Not String"
print("String:" + a )
Similar questions