0% found this document useful (0 votes)
46 views1 page

Assignment - GDB Online Debugger

Uploaded by

Abu Zakwan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views1 page

Assignment - GDB Online Debugger

Uploaded by

Abu Zakwan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Draft version Submitted version

 Back to Classroom Submit Before: No due date


You need to verify email to use all features of IDE. Follow instruction on this page to verify
   Run  Debug  Stop  Save  submit 
1
main.py
buku_cerita = float(39)
Contoh 3.20 ms 109 2 majalah = float(16)
3
4 jum1 = (2 * buku_cerita) + majalah
5 bayaran = 200
Write detailed instructions of assignment here... 6 baki1 = 66
7
8 jum_buku = bayaran - baki1
9
10 buku_motivasi = (jum_buku - jum1) / 2
11
12 jum3 = jum1 + (2 * buku_motivasi)
13 baki2 = 200 - jum3
14
15 print ("Bayaran yang dibuat: RM200")
16 print ("\nBuku cerita , RM",2 * buku_cerita)
17 print ("Majalah, RM", majalah)
18 print ("Buku motivasi, RM", buku_motivasi)
19 print ("\nBaki wang anda, RM", baki2, baki2==baki1)
20
21
22
23

    input

You might also like