I've written a function in python that returns a list, for example [(1,1),(2,2),(3,3)] etc But i want the output as a string so i can replace the comma with another char so the output would be 1@1 2@2 3@3 etc..
any easy way around this?:) thanx for any tips in advance