Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python code pycharm

print("This Is Basic Code")

name = input("What Your Name:" )

print("Your Name Is:" + name)
 
PREVIOUS NEXT
Tagged: #python #code #pycharm
ADD COMMENT
Topic
Name
3+2 =