Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
abc python basic
#python 3.5.2 a, b = a[b] = {}, 5 print(a) # {5: ({...}, 5)} print(b) # 5 a, b = a[b] a[b] = {}, 5 print(a) # {5: ({}, 5)} print(b) # 5 a, b = a[b] a, b = {}, 5 print(a) # {} print(b) # 5 ''' {5: ({...}, 5)} 5 {5: ({}, 5)} 5 {} 5 '''
run
|
edit
|
history
|
help
0
inerse_matrix_gauss_jordan
validation
Rasty profile
Celcius to Fahrenheit
sheru1
EJ_2_python_20.068.214-9_20.116.927-5
factoriel function recursive
Removing adjacent duplicates from string
sai hw user enter table
Sending email from python