Message 1 of 7
Loop is giving an error

Not applicable
01-18-2020
01:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Why am i getting an error that says # Error: TypeError: file <maya console> line 46: 'int' object is not callable # .
leng = len(jointarr) for i in range(leng): if i == 0: print("True") else: print("False")