Hi,
Is it not possible to reference other than Dict,tuples ,strings and list datatypes /variables ,when we call the functions?
Say int,float and boolean
Thanks
PSB
If Python doesn't do it ("Say int, float and boolean"), you can do it with a class as shown in our lengthy discussion on globals.