Python Online Compiler & Interpreter - Replit
Python Online Compiler & Interpreter - Replit
1 row1='AHMAD'+'\t13 TAHUN'+'\MEMANCING'
2 print(row1)
3 bahagi=29/7
4 print('{0:.2f}'.format(bahagi))
5 a='Nama:'.title()+'Mohd Eizman'.upper()
6 print(a)
7 print("\nUmur:18 Tahun")
languages