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
22
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
20
Introduction to Python
umamsyarief
0
81
Featured
See All Featured
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
31
4.7k
Mobile First: as difficult as doing things right
swwweet
223
9.5k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Large-scale JavaScript Application Architecture
addyosmani
511
110k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Into the Great Unknown - MozCon
thekraken
36
1.7k
Being A Developer After 40
akosma
90
590k
How STYLIGHT went responsive
nonsquared
99
5.4k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
30
1.1k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.3k
Music & Morning Musume
bryan
46
6.4k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.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