Jump to content

User:TheProgrammerBoy/sandbox

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by 1997kB (talk | contribs) at 10:02, 29 July 2018 (1997kB moved page User:WindoRant/sandbox to User:TheProgrammerBoy/sandbox: Automatically moved page while renaming the user "WindoRant" to "TheProgrammerBoy"). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Hello, World! I am Karthik Srivijay😎

[edit]
#!/bin/env python

usrname = "World" # Username
print("Hello, " + usrname + "!") # Output: Hello, World!