0

How can I make this code better?

https://code.sololearn.com/cef9WgFls0KJ/?ref=app This is a very basic code. I wanna know how to make it better.

1st Aug 2019, 9:21 PM
Lando
Lando - avatar
1 Respuesta
+ 1
Use some f-strings var = input("Write somone that you hate and the output will fix them up.\n") print(f"Stop being mean {var}!") print("Made by lando")
1st Aug 2019, 9:36 PM
Steven M
Steven M - avatar