#import math
import math
print math.sqrt(13689)
#Built-In Functions
def distance_from_zero(s):
if type(s) == int or type(s) == float:
return abs(s)
else:
return 'Nope'
import math
print math.sqrt(13689)
def distance_from_zero(s):
if type(s) == int or type(s) == float:
return abs(s)
else:
return 'Nope'
本文标题:Sth about Python 04---Module &am
本文链接:https://www.haomeiwen.com/subject/bvmlqttx.html
网友评论