#python #anaconda #jupyter-notebook #visual-code #html #css #javascript #http

제목실습082019-04-01 15:08
작성자

실습 08번 이렇게 하는게 맞나요?

from math import *

print(sqrt(9))

x = 16

print(sqrt(x))

print(pow(5,2)*pi)

댓글