Please enable JavaScript in your browser!
Domů
Procházet
Nápověda
Přihlásit se
CRANbe11rY
/
Password_Generator
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
31d5c84061
Větve
Značky
master
Password_Gen...
/
a.py
a.py
71 B
Historie
Surový
1
2
3
4
print("hello world")
def plus(a,b):
return(a+b)
print(plus(10, 10))