Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8064579
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T11:24:46+00:00 2026-06-05T11:24:46+00:00

Ok so I have a function I’ve made called DrawGraph. This one function is

  • 0

Ok so I have a function I’ve made called DrawGraph.
This one function is pretty much my whole program.

DrawGraph(x, y, xv, yv, s)

At the start of the program I would like to have to type in this functions. And input the specific numbers, x, y , xv, etc….

so I can enter different number every time I started the program.

What is the easiest way or even best way to do this? I cant expect it will be too hard.

What I’ve tried so far:

DrawGraph(x, y, xv, yv, s) = input()

DrawGraph(x, y, xv, yv, s) = input(x, y, xv, yv, s)

input(x, y, xv, yv, s)

……none of these worked…….

just want to throw in there. At the end of the program if I have no input but just

DrawGraph(5, 5, 10, 10, 60)

it works grand.
When I start using an input it really gets messed up

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T11:24:47+00:00Added an answer on June 5, 2026 at 11:24 am

    Unless you want to parse the values from one input, it would be easier to request each value and save it to a variable one at a time, and then calling your function.

    x = input("Enter x:")
    y = input("Enter y:")
    xv = input("Enter xv:")
    yv = input("Enter yv:")
    s = input("Enter s:")
    
    DrawGraph(x, y, xv, yv, s)
    

    This will get the values from the user and then call the function with those values.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I have function like this: function gi_insert() { if(!IS_AJAX){ $this->load->library('form_validation'); $this->form_validation->set_rules('name', 'Naslov', 'trim|required|strip_tags'); $this->form_validation->set_rules('body',
i have function like this. function load($name, $arg1, $arg2, $arg3, $arg4){ $this->$name = new
I have function like this typedef vector<vector<string> > vecArray; vecArray dul(); vecArray dul() {
I have function called getdoctor () in asmx file I wannna call this webmethod
I have function whose signature is something like so: void someFunc(ifstream ifile) { This
I have function f like this function z=f(x,y) if(x<1 & y <1) z=0; else
I have function like this: function update_List(){ LIST=[]; $.each(feed_urls,function(index,value){ $.getJSON(value, function(data) { $.each(data.feed.entry,function(i,val){ LIST.push(val.content.src);
I have function like this : CREATE OR REPLACE FUNCTION f_insert_account(usernames character varying, passwds
i have function which is something like this function multiple_delete($entity1,$entity2,$entity2) { $query = SELECT

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.