Answer to Question #244686 in Python for Isabel Cortez

Question #244686

1. Triple Slash

by CodeChum Admin


Samurais are so awesome! I'd like to imitate their amazing sword skills some time but I just don't have the courage to harm myself, so I'd just like to print out three forward slashes (\) to digitally imitate the samurai's triple slash skill. Haha!




Sounds easy, right? Then code it now!


Output


Three lines with a single backslash symbol.


\

\

\


1
Expert's answer
2021-09-30T00:57:02-0400
x="\\"
print(x)
print(x)
print(x)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS