216k views
5 votes
No variables and only in one lines

No variables and only in one lines-example-1

1 Answer

1 vote

In python 3.8, we can use a simple print statement.

print(('h0 '*3 +'Merry Christmas\\')*2)

User Pozzugno
by
4.6k points