Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Felienne committed Oct 1, 2023
1 parent 2ae676c commit 5631bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/adventures/ca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ adventures:
story_text: "Hem arribat al codi Python real! Això vol dir que hem d'utilitzar parèntesis amb `{print}` i `{range}` d'ara endavant.\nAixò també significa que podeu utilitzar a partir d'aquest nivell el codi d'Hedy en qualsevol entorn Python sempre que utilitzeu les comandes angleses. Si no has fet encara, pots canviar-ho la pestanya del menú de comandes per fer-ho."
example_code: "```\n{print}('Hola!')\n{for} i {in} {range}(1, 10):\n {print}('Aquesta és la línia ', i)\n```\n"
story_text_2: Si vols imprimir més d'un element, necessites separar-los per comes.
example_code_2: "```\ntemperatura = 25\n{print}('Fa ', temperatura , ' graus a l\\'exterior')\n```\n"
example_code_2: "```\ntemperatura = 25\n{print}('Fa ', temperatura , \" graus a l'exterior\")\n```\n"
story_text_3: L'últim canvi que ens falta per aconseguir que el codi sigui Python és canviar `{ask}` per `{input}`.
example_code_3: "```\n{print}(' El meu nom és Hedy!')\nnom = {input}('Quin és el teu nom?')\n{print}('El teu nom és ', nom)\n```\n"
for_command:
Expand Down

0 comments on commit 5631bc0

Please sign in to comment.