#crear un typer contigo mismo>>>>>>
import os
n = input("What's your name?... ")
mymsg = [f"{n} has joined"]
os.system('cls||clear')
print(f"{n} has joined")
while 1 == 1:
r = input("Write your message... ")
msg = n + ": " + r
mymsg.append(msg)
os.system('cls||clear')
for ms in mymsg:
print(ms)
#>>>>>>que todo en la maldita vida
Comments
Displaying 0 of 0 comments ( View all | Add Comment )