I am learning Python, and have a query. Sorry for inconvenience. 
I have 2 text files as follow :
File1.txt:
1
2
3
File2.txt:
1
2
3
4 
I want to print what's unique in File2.txt, the output should be 4.
It would be great if it would be a python script. 
Thanks in advance