HOMELv013 Python 3において print “Hello” と書くとどうなるか。 2026年3月20日 Python 3のprintは関数であるため括弧が必要である。 a = [1]; b = [1]; a is b の結果はどれか。 my_list.index(x) は何を返すか。