There was an error while loading. Please reload this page.
b,a = a,b
var1 = 'Hello World' var2 = "Python Programming" var1[0] # H var2[1:5] # "ytho", 小於5個, 無<=