Difference between revisions of "3 Hello, World!"

From Banana Pi Wiki
Jump to: navigation, search
Line 5: Line 5:
 
*Tips: please burn the MicroPython firmware before use.
 
*Tips: please burn the MicroPython firmware before use.
 
*For the needed materials, please go here to download windows-mpfshell. exe, which needs to be manually selected because the software version may be updated.
 
*For the needed materials, please go here to download windows-mpfshell. exe, which needs to be manually selected because the software version may be updated.
 +
 +
==Run the program through repl==
 +
 +
[[File:Program.png]]

Revision as of 23:01, 17 February 2019

Hello World is one of the most famous programs.For every programmer, this program is the first example program in almost every programming language.In fact, all it does is tell the computer to say Hello World.Traditionally, this program has been used by programmers to test a new system or programming language.For programmers, seeing these two words on a computer screen is often a sign that their code is ready to compile, load, and run, and this output is meant to prove it, so take this as an example.

Program with MpfShell

  • Tips: please burn the MicroPython firmware before use.
  • For the needed materials, please go here to download windows-mpfshell. exe, which needs to be manually selected because the software version may be updated.

Run the program through repl

Program.png