See the bellow code
x = 5
y = "python"
print(type(x))
print(type(y))
y = "python"
print(type(x))
print(type(y))
Learn Web Technologies for Free. Learn C#, LINQ, ASP.NET MVC, .NET Core, jQuery, JavaScript, Angular, Node.js, HTTPS, Python, Sass, D3.js, and many more latest technologies using easy tutorials.
No comments:
Post a Comment