Skip to main content
added 18 characters in body
Source Link
S.Lott
  • 392.9k
  • 83
  • 520
  • 791

float(x) if '.' in x else int(x)

float(x) if '.' in x else int(x) 

float(x) if '.' in x else int(x)

float(x) if '.' in x else int(x) 
Source Link

float(x) if '.' in x else int(x)