Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Start with Python
Search
Muhammad Syariful Umam
June 18, 2022
0
25
Start with Python
This is my slide when i became a speaker in University State of Jember
Muhammad Syariful Umam
June 18, 2022
Tweet
Share
More Decks by Muhammad Syariful Umam
See All by Muhammad Syariful Umam
Variable & Data Type
umamsyarief
0
24
Introduction to Python
umamsyarief
0
87
Featured
See All Featured
How GitHub (no longer) Works
holman
314
140k
Thoughts on Productivity
jonyablonski
69
4.7k
Side Projects
sachag
455
43k
Practical Orchestrator
shlominoach
189
11k
4 Signs Your Business is Dying
shpigford
184
22k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.2k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
360
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
108
19k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
The Cost Of JavaScript in 2023
addyosmani
51
8.6k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Transcript
Mulai Dengan Python by Muhammad Syariful Umam
Materi First Program 2 Simple Operations 2 Comment
First Program print( ) “Teks Anda” Dalam bentuk teks, harus
ditutup dengan quotes (“) jangan lupa ditutup make tanda kurung () Cara memunculkan di layar
print( ) “Hello world” \n sama fungsinya seperti enter First
Program
print( ) “Hello World” \t print( ) “Hei Kamu” \t
sama fungsinya seperti tab First Program
print( ) “Tanda Petik ” \” Untuk mengecualikan First Program
print( ) ’’’ ’’’ Docstring docstring is magic Bisa make
petik satu (‘) atau petik dua(“””) yang penting ada 3 tiap buka sama tutup First Program
Materi È First Program 2 Simple Operations È Comment
Source : W3schools Simple Operation
Simple Operation Code Output
Materi È First Program È Simple Operations 9 Comment
Comment # # ’’’ ’’’ ””” ””” Cara menambahkan komentar
Comment Code Output
Latihan Soal
Latihan Soal Buatlah kode dengan output seperti ini dan Jawablah
pertanyaan berikut. jangan lupa tambahkan komentar ya :)
Latihan Soal Buatlah kode dengan output seperti ini dan Jawablah
pertanyaan berikut. jangan lupa tambahkan komentar ya :)
Sekian Terimakasih