villes={"Paris":"France", "Madrid":"Espagne"}
list(villes.items())[0][1]
[k.lower() for k in villes.keys()]
{k.upper(): v.lower() for k,v in villes.items()}
a=0
b=10
def comparaison (a,b)
while a<b
print(a)
a=a+1
SyntaxError: invalid syntax (<ipython-input-5-309ada07aeb3>, line 3)
p_seuil = 2.3
v_seuil = 7.41
p_current = float(input("Quelle est la pression ? ")) # Pression actuelle
v_current = float(input("Quel est le volume ? ")) # Volume actuel