Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2.  
  3. function writeSecretSentence(string $param1, string $param2):string
  4. {
  5. return $param1 ." s'incline face à ". $param2;
  6. }
  7.  
  8. echo writeSecretSentence("le serpent", "l'elephant");
  9.  
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement