Jump to content

User:TheProgrammerBoy/sandbox

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by TheProgrammerBoy (talk | contribs) at 09:19, 29 July 2018 ({{subst:REVISIONUSER}}). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Hello, World! I am Karthik Srivijay😎

#!/bin/env python

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