Computer Science, asked by sanyabadnakar4858, 7 months ago

Write a Python script that outputs "Automating with Python is fun!" to the screen.

Answers

Answered by valeriy69
2

print("Automating with Python is fun!")

\small\mathsf\color{lightblue}useful?\: \color{white}\mapsto\: \color{gold}brainliest

Answered by QuantomPhysics99
0

print("Automating with Python is fun!")

By the way, there are other fun ways to do this, for example,

message = "Automating with Python is fun."

print(message)

Hope this helps!

Similar questions