Error at line number : 3

Error at line number : 3

First of all, I'm not a developer. Just an enthusiast.
I'm trying to get some info from a module to another module but it returns error.
Can someone help me? 

response = zoho.crm.getrecordbyid("CustomModule1",input.contID);
E-mail = resp.get("E-mail");
Clientes = resp.get("Cliente");
responseUpdate = zoho.crm.updaterecord("CustomModule4",input.incID.toString(),{ ("E-mail") : "E-mail","Cliente" : "Clientes"});

RETURNS: 
Error at line number : 3
Improper Statement
Error might be due to missing ';' at end of the line or incomplete expression