formatで書式設定をする October 26, 2018 チートシート 1 2 Pi=3.1415926539 print('円周率は{}です'.format(round(Pi, 2) )) 円周率は3.14です いつもカッコの数が足りなく、エラーが出ています お尻に3つ閉じカッコがいるところを2つしかないと。。 File "<ipython-input-207-5b5bb335a438>", line 2 print('円周率は{}です'.format(round(Pi, 2) ) ^ SyntaxError: unexpected EOF while parsing Share Share on Facebook Tweet Share on Reddit Email