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
18
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
15
Introduction to Python
umamsyarief
0
74
Featured
See All Featured
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
28
2.1k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7k
Scaling GitHub
holman
458
140k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
520
Docker and Python
trallard
42
3.1k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Become a Pro
speakerdeck
PRO
26
5k
Visualization
eitanlees
146
15k
Building Adaptive Systems
keathley
38
2.3k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3k
Site-Speed That Sticks
csswizardry
2
190
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.3k
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