#8-1 消息 :编写一个名为displaymessage() 的函数,它打印一个句子,指出你在本章学的是什么。调用这个函数,确认显示的消息正确无误def displaymessage():"""我学到了一些东西"""print('I learnt how to create a function!')displaymessage()#结果I learnt how to create a
设置 首先,确保代码在python2和python3中都能正常工作,导入一些通用模块,确保MatplotLib以内联方式绘制图形,并准备一个函数来保存这些图形: from __future__ import division,print_function,unicode_literalsimport numpy as npnp.random.seed(42)%matplotlib inlin