t = x(['Emp.no','Emp_name','Designation','Salary','Commission'])
TypeError: 'PrettyTable' object is not callable
Asked
Active
Viewed 25 times
0

John Gordon
- 29,573
- 7
- 33
- 58
-
Just a guess, try removing the period from Emp.no. – Sparky Mar 12 '21 at 04:09
-
1Show us where `x` comes from. – John Gordon Mar 12 '21 at 04:15