A field whose data type is URL address data can store text that can be used as a hyperlink address.
for i in range(20, 51, 2):
print(i)
Answer:
never gonna give you uppp
Explanation:
criiiiii
Answer:
Polymorphism means that a variable of supertype can refer to a subtype object.
Explanation:
For example, in Python programming language, a function that accepts an iterable object uses the concept of polymorphism because that function can accept strings, lists, tuples as arguments.