Can any one please tell me how to display the result in notepad
For Example My code :
import urllib
a = urllib.urlopen("https://www.google.com")
Source = a.read()
a.close()
print Source
raw_input("*************Press Enter to Exit****************");
i have to display the result of it in a note pad.