Friday, 5 October 2018

ASK T2 : KOD PYTHON MUDAH


Contoh 1:

>>> nom1 = float(3.333)
>>> nom2 = float(10.401)
>>> nom3 = nom1 + nom2
>>> print (nom3)
13.734
>>> round (nom3,2)
13.73
>>> round (nom3,1)
13.7
>>> round (nom3,0)
14.0
>>> round (nom3,5)
13.734
>>>


Contoh 2:

>>> a = str ('helo')
>>> b = str ('Dunia')
>>> c = str ('!')
>>> print (a,b,c)
helo Dunia !
>>> print (a,b+c)
helo Dunia!
>>> print (a*4)
helohelohelohelo

>>>


Contoh 3:

>>> x = 13
>>> x > 3
True
>>> x < 0
False

>>> 

0 comments:

Post a Comment

Featured post

SK T5 : Perkaitan HTML, CSS, Javascript, JAVA dan PHP dan kenapa HTML dianggap superior berbanding yang lain.

Pernahkan anda tertanya-tanya.......... Kenapa HTML dianggap superior dan sebagai tapak asas kepada bahasa pengaturcaraan lain seperti CSS, ...

 

SAINS KOMPUTER & ASAS SAINS KOMPUTER Template by Ipietoon Cute Blog Design