fork download
  1. Y = int(input("Enter your age"))
  2. #Y=2
  3. D = Y * 365
  4. W = D / 7
  5. M = W/4
  6. print ("Your age in years is: ", Y)
  7. print (D)
Runtime error #stdin #stdout 0.02s 5864KB
stdin
Standard input is empty
stdout
Enter your age