Content pfp
Content
@
1 reply
0 recast
2 reactions

Mahdokht 🎩 pfp
Mahdokht 🎩
@mahdokht
Unlike programming languages ​​such as Java and C, in Python there is no precise definition of variables before assigning values. This helps Python to be flexible, allowing variables to have different data types at different runtimes.
0 reply
1 recast
17 reactions

amirapo pfp
amirapo
@amirapo
Yes, you're correct! Python is dynamically typed, which means you don't need to declare the data type of a variable explicitly before assigning a value to it
0 reply
0 recast
0 reaction