Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

the user to enter their name and display each letter in their name on a separate line python

wq=input("enter your name: ")
word= wq
for index,letter in enumerate(word,1):
    print(index,":",letter)
Comment

PREVIOUS NEXT
Code Example
Python :: spike python 
Python :: saving to csv without the index 
Python :: Goal Parser Python 
Python :: python log transform column 
Python :: how to delete everything on a file python 
Python :: pandas describe get mean min max 
Python :: wait() in python tkinter 
Python :: all possible substring in python 
Python :: django update increment 
Python :: django form datepicker 
Python :: python namedtuple 
Python :: how to create list from a to z in python 
Python :: how to add a number to a variable in django template 
Python :: pass user to serializer django rest framework 
Python :: python version command notebook 
Python :: How to make an simple python client 
Python :: python dict order a dict by key 
Python :: numpy ones 
Python :: python get html info 
Python :: discord embed add image 
Python :: from sklearn.metrics import classification_report 
Python :: python split list of tuples in two lists 
Python :: how to get the code of a website in python 
Python :: matplotlib boxplot remove outliers 
Python :: get csrf_token value in django template 
Python :: python loop certain number of times 
Python :: flask post vs get 
Python :: Make A Snake Game Using Python and Pygame 
Python :: read_csv unnamed zero 
Python :: how to find mean of one column based on another column in python 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =