Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

holding a function to the code in python

def hello():
  name = str(input("Enter your name: "))
  if name:
    print ("Hello " + str(name))
  else:
    print("Hello World") 
  return 
  
hello()
Comment

PREVIOUS NEXT
Code Example
Python :: split a column into two columns pandas 
Python :: compter des valeur consecutives en python 
Python :: check if inf pandas dataframe 
Python :: how to upgrade pip in cmd 
Shell :: uninstall libreoffice ubuntu 
Shell :: lumen run command 
Shell :: ubuntu audio restart 
Shell :: kill all server 5000 mac 
Shell :: woeusb ubuntu install 
Shell :: git update gitignore 
Shell :: filename too long git 
Shell :: how to start nginx in linux 
Shell :: ubuntu restart mariadb 
Shell :: remove valet from mac 
Shell :: download teamviewer for ubuntu using terminal 
Shell :: ubuntu apt-get update without input 
Shell :: npm show registry 
Shell :: dns flush command 
Shell :: restart supervisor 
Shell :: find my ip mac terminal 
Shell :: install yarn globally 
Shell :: Please move or remove them before you merge. 
Shell :: install angular cli 
Shell :: rclone ubuntu install guide tutorial 
Shell :: git graph 
Shell :: how to check if solidity is installed 
Shell :: git unable to update local ref 
Shell :: [!] Android Studio (not installed) flutter 
Shell :: npm to fix lint issues 
Shell :: install openjdk 8 sdk on ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =