Introduction to Python #1 - Getting Started

preview_player
Показать описание
In this video, our instructor Marcus Lee (Newport HS) will walk you through the basics of Python.

⌚ TIMESTAMPS
00:00 Introduction
00:20 What is Python?
01:00 IDE & Replit
01:39 Navigating Replit
01:58 Creating a project
02:48 Print Function
03:47 Comments
04:44 Data Types
06:44 Variables/Strings
07:45 Integers
07:58 Referencing Variables
08:13 Inputs
09:13 Variable Syntax
10:00 String Concatenation
11:18 Review
13:13 Wrap Up

📚RESOURCES

🔗LINKTREE (ALL SOCIALS)

📺 RELATED VIDEOS
Рекомендации по теме
Комментарии
Автор

Question, why doesn't my code work?

firstname = justin
last name = zhang
print('Hi there, " + name + " " + last name)

justinzhang
welcome to shbcf.ru