def openany():
url = self.textentry.get()
print(format('https://%s'% url))
wb.get(c).open(('https://%s'% url))
I want it to format my entry to include Https:// before the entry. Instead it will print this way but not open it that way.