News

You can compile this program with rustc hello.rs, and run the generated executable with ./hello. Python is an interpreted language, so you can use the python command to run Python programs directly.
For our first program, let's print a string or text ... Write this in your code editor: print( "Hello, Python" Now run your code. It should print "Hello, Python" without the quotes on the console.