fork download
  1. # your code goes here
  2. number = 12
  3.  
  4. # Round the number to two decimal places
  5. rounded_number = round(number, 2)
  6.  
  7. print(rounded_number)
  8.  
Success #stdin #stdout 0.04s 9560KB
stdin
Standard input is empty
stdout
12