You are given two strings. Determine if the second string is a rotation of the first string.
Your program should accept as its first argument a path to a filename. Each line in this file contains two comma separated strings. E.g.
Hello,lloHe Basefont,tBasefon
Print out True/False if the second string is a rotation of the first. E.g.
True True