The video likely performed well due to its relatable "fail" content within a popular educational app, combined with the creator's humorous reaction to a coding error. The use of trending hashtags also contributed to its reach.
Summary
The video shows a Python coding lesson on the Duolingo app. The user is tasked with decreasing the player's health by 5, but the provided code snippet results in an error. The creator expresses confusion about the lesson's approach.
Structure
1Introduction to the Python lesson
2Task: Decrease player's health by 5
3Code snippet provided
4
Original caption
why is my phone shaking like that 🫨🫨🫨 #fyp #coding #python #learntocode
More from @sideme.ai
More breakout videos from this creator.
Code execution results in an error
5Creator's reaction to the error
Product placement
The video showcases a coding lesson within the Duolingo app, which is implied to be an AI tool for learning.
On-screen text
this lesson on python is weird 😳😳
python
1 print(health)
2 health = health - 5
3 health = 30
4 print("Health:")
error