Python Forum

Full Version: file a table of values
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
To file a table of values of the function y=X*sin(X) in the range from 0 to 10.
To write a proper thread title and enter code into Python code tags (help here)
This screams of a school assignment. What have you done already and what doesn't work?
(Dec-14-2017, 05:44 PM)mpd Wrote: [ -> ]This screams of a school assignment. What have you done already and what doesn't work?
Don't know how to do
(Dec-14-2017, 06:01 PM)Ybivashka322 Wrote: [ -> ]Don't know how to do
Sounds like you're starting from scratch. Start here: https://docs.python.org/3/tutorial/

Read sections 2, 3, and the first couple parts of section 4.