Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • branche-a-rebase
  • corrections_2023
  • master
3 results

Target

Select target project
  • adidi/formation-git
1 result
Select Git revision
  • branche-a-rebase
  • corrections_2023
  • master
3 results
Show changes

Commits on Source 12

code/__pycache__
\ No newline at end of file
This diff is collapsed.
### Solutions
Pour effacer les deux lignes, je suis allé dans readme.md
j'ai supprimé les deux lignes et j'ai sauvegardé le fichier
```Bash
git add .
git commit -m "Ligne moche"
git push
```
\ No newline at end of file
......@@ -4,6 +4,7 @@ wordToEmoji = {
'super': ':thumbs_up:',
'coeur': ':red_heart:',
'sourire': ':smiley:',
'beurk':':nauseated_face:'
}
......@@ -21,4 +22,5 @@ def convert(word):
if __name__ == "__main__":
print("super")
print("super", convert("super"))
print(translate("beurk"))
Je ne sers à rien !
\ No newline at end of file
photos/pipelines_historique.png

178 KiB