Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

fruit shop using list in python

f1 = input("Enter Fruit Number 1: ")
f2 = input("Enter Fruit Number 2: ")
f3 = input("Enter Fruit Number 3: ")
f4 = input("Enter Fruit Number 4: ")
f5 = input("Enter Fruit Number 5: ")
f6 = input("Enter Fruit Number 6: ")
f7 = input("Enter Fruit Number 7: ")

myFruitList = [f1, f2, f3, f4, f5, f6, f7]
print(myFruitList)
Comment

PREVIOUS NEXT
Code Example
Python :: den pfad der python datei rausfinden 
Python :: how to make a PKCS8 RSA signature in python 
Python :: what is the meaning of illiteral with base 10 
Python :: How to get key value list from selection fields in Odoo 10 
Python :: python folium add minimap to map 
Python :: requirements.txt flask 
Python :: check if directory exists python 
Python :: how to remove stopwords from a string in python 
Python :: Python Current time using time module 
Python :: how to view the whole dataset in jupyternotebook 
Python :: multiline input in python 
Python :: converting a string to a dictionary in python 
Python :: apple 
Python :: python popen no message 
Python :: python immutable default parameters 
Python :: auto create requirements.txt 
Python :: django create app 
Python :: python selenium wait for page to load 
Python :: scikit normalize 
Python :: pandas percentage change across multiple periods 
Python :: how to display speechmarks in python string 
Python :: discord.py ping command 
Python :: default style matplotlib python 
Python :: lambda with two columns pandas 
Python :: display flask across network 
Python :: somma in python 
Python :: matplotlib multiple plots with different size 
Python :: datetime date of 10 years ago python 
Python :: python memoization 
Python :: pickle dump 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =