def Integer_fun(a, b):
c=int(a)
d=int(b)
print(type(a))
print(type(b))
print(c)
print(d)
print(type(c))
print(type(d))
# Write your code here
if __name__ == '__main__':
This blog has content related to python programing language and Automation with python and hacker rank solutions , leet code solution
Comments
Post a Comment