Join the conversation

23:10 All types of variables are clear now.
Reply

I did practice and all is clear so far, thanks.
Reply

like it is x and y in algebra
Reply

now in python static type also available, we can use:
age: int = 25
name: str = "Python ka Chilla"
Reply