Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?php
  2. $action1 = (string)readline("Entrez l'animal: ");
  3. $action2 = (string)readline("Entrez la chose face à quoi l'animal s'incline: ");
  4.  
  5. function writeSecretSentence(string $action1, string $action2){
  6. return $action1;
  7.  
  8. }
  9. echo $action1." s'incline face à ".$action2.".\n";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement