User Profile
Collapse
-
ok, I am too careless, Thanks -
AttributeError: 'tuple' object has no attribute 'join'
Why this code return error
AttributeError: 'tuple' object has no attribute 'join'
Any help will be appreciated;
Thanks
...Code:import string template_text = ''' Delimiter : %% Replaced : %with_underscore Ignored : %notunderscored ''' d = { 'with_underscore' : 'replaced', 'notunderscored' : 'not replaced'
No activity results to display
Show More
Leave a comment: