Hi.
I've just started to use Python coming from Delphi 5. In delphi you have to declare all variables you are going use, but in Python this doesn't seem to be the case. Is it better to declare them so that the program knows what kind of variable they are or just assigning values to them.
Also, could someone please tell me how to get a 2 dimentional array.
Thanks,
British
I've just started to use Python coming from Delphi 5. In delphi you have to declare all variables you are going use, but in Python this doesn't seem to be the case. Is it better to declare them so that the program knows what kind of variable they are or just assigning values to them.
Also, could someone please tell me how to get a 2 dimentional array.
Thanks,
British