Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

print using multiply only

#prints meowmeowmeow
print("meow" * 3)

#adds next line print meow meow meow on each line end="" removes last blank line
print("meow
" * 3 end="")
 
PREVIOUS NEXT
Tagged: #print #multiply
ADD COMMENT
Topic
Name
6+1 =