0
for issues in response.json()["issues"]:
    p = (issues["fields"]["creator"]["emailAddress"])
    rep+=(p[:-8]+"\n")
print(rep)

This will give me email with duplicates

[email protected]
[email protected]
[email protected]
[email protected]

I want to print the string with their count available in a table using python,Please help me with this

[email protected] 2
[email protected] 2 
user3254437
  • 75
  • 1
  • 2
  • 10

0 Answers0