eng
competition

Text Practice Mode

my 50 words coding demo

created Mar 21st, 06:28 by Mizan rahaman


1


Rating

24 words
10 completed
00:00
Def greet(name):
    “””this function greets the user.”””
    Print(“Hello, + name + “! Welcome to typing practice.”)
 
name = input(“enter your name: “)
greet(name)

saving score / loading statistics ...