Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- first_name = "pendaftaran"
- last_name = "kuliah"
- gelar = "S.pd."
- tanggal_pendaftaran = 6
- bulan_pendaftaran = 9
- tahun_pendaftaran = 2020
- no_urut = 420
- kode = first_name[0].upper()+last_name[0].upper()+str(tanggal_pendaftaran)+str(bulan_pendaftaran)+str(tahun_pendaftaran)+"-"+str(no_urut)
- print(kode)
Add Comment
Please, Sign In to add comment