Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Lesson6 part b
# Object Oriented Design # Different forms of data structures length = 6 # number single = "A" # character name = "Faiha" # collection of characters list1 = [1,True,"Jim",-1213.211] # collection of objects # A list is a type of structure that can hold any type of object # A string is a type of structure that can ONLY hold characters name = "Faiha"+" Al-Qahtani"+ "1244" list2 = [False,"Faiha", 0] list3 = list1 + list2 print (name) print (list3)
run
|
edit
|
history
|
help
0
JV
init constructor
Algorytm szybkiego potęgowania
Calc1
inverse matrix gauss jordan
Assignment-2b
POO I EN PYTHON 3
Multinomial Naive Bayes
linked_lists
IP Network & Broadcast Address Calculator 2