+ 3
My first code (besides hello world)
https://code.sololearn.com/c1kfEK1y7QR3 Does anyone know how to make a space in the output between the inputs and output?
2 Réponses
+ 3
You just add them to the string of your question:
"Enter ... : " (I used a lot of whitespaces there, just so you get the point)
+ 2
Thanks All. I found that I can use (‘\n’ * n) where n is the number of spaces I need between lines