fork download
  1. # your code goes here
  2. umur = 20
  3. print(umur)
  4. print(type(umur))
  5.  
Success #stdin #stdout 0.11s 14052KB
stdin
Standard input is empty
stdout
20
<class 'int'>