fork download
  1. x = input()
  2. x = int(x)
  3. def sergei_function(x):
  4. print(x ** 2)
  5. sergei_function(x)
  6.  
  7.  
  8.  
Success #stdin #stdout 0.05s 63012KB
stdin
2
stdout
4