I'm new in python and i don't know how I can use increment to print the items from text file line by line. I don't want to print them all at once
This is my code:
with open('Users.txt', 'r', encoding='utf-8') as file:
Usernames = file.readlines()
print(Usernames = Usernames +1)