Horje
fruit shop using list in python Code Example
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)




Python

Related
ImportError: cannot import name 'TextField' from 'wtforms' Code Example ImportError: cannot import name 'TextField' from 'wtforms' Code Example
hotel room allocation tool in python Code Example hotel room allocation tool in python Code Example
how to convert img to gray python Code Example how to convert img to gray python Code Example
placeholder tkinter Code Example placeholder tkinter Code Example
find out current datetime in python Code Example find out current datetime in python Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8