fork download
  1. # your code goes here
  2. hari_kedua = "senin"
  3. print(hari_kedua)
  4. print(type(hari_kedua))
  5.  
Success #stdin #stdout 0.1s 14108KB
stdin
Standard input is empty
stdout
senin
<class 'str'>