10年後でも理解できるLinux Ubuntuの個人的メモ。 内容はちょっとマニアックかも
a = 10 abc = 20 あいうえお = 30 print (a) print (abc) print (あいうえお)
ab-c = 20 print (ab-c)