npich2223 npich2223 06-01-2023 Computers and Technology Answered Which of the following is the correct way to open a file named users.txt in 'r' mode? A) infile = read ('users.txt', 'r') B) infile = readlines ('users.txt', r) C) infile = open('users.txt', 'r'). D) infile = open('r', users.txt)