Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
CRANbe11rY
/
Password_Generator
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
31d5c84061
Gałęzie
Tagi
master
Password_Gen...
/
a.py
a.py
71 B
Historia
Czysty
1
2
3
4
print("hello world")
def plus(a,b):
return(a+b)
print(plus(10, 10))