生成一个视频,介绍下下面的markdown内容## Source Code ``` # This program prints Hello, world! print('Hello, world!') ``` **Output** ``` Hello, world! ``` In this program, we have used the built-in [print()](/python-programming/methods/built-in/print "Python print()") function to print the string `Hello, world!` on our screen.

视频信息