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
  • Fail
  • branche_hello
  • jeveuxpartirloin
  • labranchedepindenoecreea1601
  • main
  • ne_pas_mettre_un_nom_nul_c_important
  • origin/hello
  • test
  • welcome
9 results

Target

Select target project
No results found
Select Git revision
  • Fail
  • branche_hello
  • jeveuxpartirloin
  • labranchedepindenoecreea1601
  • main
  • ne_pas_mettre_un_nom_nul_c_important
  • origin/hello
  • test
  • welcome
9 results
Show changes

Commits on Source 2

1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline

Files

Original line number Original line Diff line number Diff line
# ma fonction dit au revoir

def goodbye():
def goodbye():
    nom = str(input("What's your name?"))
    nom = str(input("What's your name?"))
    print("Goodbye " + nom)
    print("Goodbye " + nom)