Computer Science, asked by Joshuajampa2, 6 months ago

how to print in python

Answers

Answered by Anonymous
3

Explanation:

Refer to the attachment ♥️

Attachments:
Answered by HappyHelper
0

Answer:

Use the print command..

print("String")

print(1)

a = "Not String"

print("String:" + a )

Similar questions