We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25bb506 commit b206c78Copy full SHA for b206c78
main.py
@@ -7,7 +7,7 @@
7
from core import Colors, Icons
8
9
if(version_info.major < 3): # Vérification de l'éxecution du script avec Python3
10
- print(f"{Icons.warn}Le programme doit être lancer avec Python 3")
+ print("{}Le programme doit être lancer avec Python 3".format(Icons.warn))
11
exit()
12
13
from core.entity import Entity
0 commit comments