functions2 75 B

123456789
  1. print("a");
  2. function wusi(b)
  3. {
  4. print("b");
  5. }
  6. wusi("HI");
  7. print("c");