S JavaScriptem funguje tato webová stránka lépe.
Domů
Procházet
Nápověda
Přihlásit se
E2L_Ivry
/
cours-python
Sledovat
5
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
0
Požadavky na natažení
0
Vydání
0
Wiki
Aktivita
Procházet zdrojové kódy
Cleanup sources folder
master
Dimitri Merejkowsky
před 5 roky
rodič
fe5d4414f8
revize
cf6695b274
8 změnil soubory
, kde provedl
0 přidání
a
21 odebrání
Rozdělené zobrazení
Možnosti rozdílového porovnání
Zobrazit statistiky
Stáhněte soubor opravy
Stáhněte rozdílový soubor
+0
-1
sources/01-bonjour.py
+0
-19
sources/03-fonctions.py
+0
-1
sources/06-top-words.py
+0
-0
sources/airports/airports.py
+0
-0
sources/airports/airports.txt
+0
-0
sources/devine-nombre/devine-nombre.py
+0
-0
sources/topwords/macron.txt
+0
-0
sources/topwords/ruffin.txt
+ 0
- 1
sources/01-bonjour.py
Zobrazit soubor
@@ -1 +0,0 @@
print("bonjour, monde!")
+ 0
- 19
sources/03-fonctions.py
Zobrazit soubor
@@ -1,19 +0,0 @@
def add(a, b):
return a + b
nombre_1 = 1
nombre_2 = 2
c = add(nombre_1, nombre_2)
print(c)
def greet(name, shout=False):
print("Hello,", end=" ")
print(name, end="")
if shout:
print("!", end="")
print("", end="\n")
greet("John")
greet("Jane", shout=True)
+ 0
- 1
sources/06-top-words.py
Zobrazit soubor
@@ -1 +0,0 @@
topwords/6.py
sources/05-airports.py → sources/airports/airports.py
Zobrazit soubor
sources/airports.txt → sources/airports/airports.txt
Zobrazit soubor
sources/02-devine-nombre.py → sources/devine-nombre/devine-nombre.py
Zobrazit soubor
sources/macron.txt → sources/topwords/macron.txt
Zobrazit soubor
sources/ruffin.txt → sources/topwords/ruffin.txt
Zobrazit soubor