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
19
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
16
Introduction to Python
umamsyarief
0
77
Featured
See All Featured
Adopting Sorbet at Scale
ufuk
74
9.2k
Embracing the Ebb and Flow
colly
84
4.6k
Optimising Largest Contentful Paint
csswizardry
34
3.1k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
29
1k
Unsuck your backbone
ammeep
669
57k
VelocityConf: Rendering Performance Case Studies
addyosmani
328
24k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Scaling GitHub
holman
459
140k
Faster Mobile Websites
deanohume
306
31k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.7k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
100
18k
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.5k
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