2.2.1. 通用函数:print

不同语言都有打印这个函数:

  • C:printf
  • C++:cout<<
  • Python: print
  • Java:System.out.println