Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Python profiler results by Bao ( 3 years ago )
a = input()
b = int(input("lấy từ:"))
c = int(input("tới:"))
def substring(a, b, c):
print(a[b:c+1])
substring(a, b, c)
Revise this Paste