This video likely performed well due to its niche appeal to aspiring programmers and its clear, concise demonstration of a fundamental coding concept on a mobile device, making it accessible and relatable.
Summary
The video shows a person using a smartphone to write and run a "hello world" program in Python. The code is displayed on the phone screen, and the output "hello world" is shown in the terminal.
Structure
1Show phone with Python code
2Type 'print("hello world")'
3Run the code
4Display 'hello world' output
On-screen text
Running hello world
Python 3
print("hello world")
TERMINAL OUTPUT
hello world
Transcript
Running hello world
Python 3
print("hello world")
TERMINAL OUTPUT
hello world
Original caption
running hello world in python #mobileprogramming #learningcodeforbeginners #programming #python #coding