Python Quiz 🇱🇰
232 subscribers
128 photos
2 videos
2 files
38 links
⭕️Python POLL පිලිවෙලට
CHANNEL-
https://t.me/pythonquize

⭕️1st Poll Question (පළමු ප්‍රශ්නය) 👇
https:https://t.me/pythonquize/4

#pythonquiz

Contact For more;
@Suraj_Madhushan
Download Telegram
>>> hex(100)
'0x64'

>>> oct(100)
'0o144'

>>> bin(10)
'0b1010
'
>>> pow(10,5)
100000

>>> max(10,12,33,222,33,22)
222

>>> int(1245.333)
1245

>>> abs(-122222222)
122222222

>>> chr(65)
'A'
>>> max=[10,12,33,222,33,22]
>>> tuple(max)
(10, 12, 33, 222, 33, 22)




#Functions
#__ALL_IN_ONE_ICT 🇱🇰