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
30
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
33
Introduction to Python
umamsyarief
0
92
Featured
See All Featured
The Illustrated Guide to Node.js - THAT Conference 2024
reverentgeek
1
290
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
38
2.8k
The #1 spot is gone: here's how to win anyway
tamaranovitovic
2
980
Building an army of robots
kneath
306
46k
Google's AI Overviews - The New Search
badams
0
930
Paper Plane (Part 1)
katiecoart
PRO
0
5.3k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.9k
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
60
42k
GitHub's CSS Performance
jonrohan
1032
470k
Collaborative Software Design: How to facilitate domain modelling decisions
baasie
0
150
We Have a Design System, Now What?
morganepeng
55
8k
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
140
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