Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pthyon 3 question (newb)
#5
Thanks both for the replies. Here is another part of the lesson that I don't really get. You can see that I had to put a parameter called 'number' into the function definition. But then later on, I called the function with '1' in the function instead of 'number'. How come this doesn't confuse python? After all, I said that 'number' was in there, and not '1'. Is it because I'm no longer defining the function? And now instead, I'm calling it? And thus, it has already integrated 'number' into the function? So now I can put whatever else I want in there when I call it?

def mult_two_add_three(number):
  print(number*2 + 3)
  
mult_two_add_three(1)
Reply


Messages In This Thread
Pthyon 3 question (newb) - by bennylava - Feb-01-2019, 01:00 AM
RE: Pthyon 3 question (newb) - by mntfr - Feb-01-2019, 01:05 AM
RE: Pthyon 3 question (newb) - by bennylava - Feb-01-2019, 03:49 AM
RE: Pthyon 3 question (newb) - by nilamo - Feb-01-2019, 04:27 AM
RE: Pthyon 3 question (newb) - by bennylava - Feb-11-2019, 09:23 AM
RE: Pthyon 3 question (newb) - by buran - Feb-11-2019, 09:39 AM
RE: Pthyon 3 question (newb) - by nilamo - Feb-11-2019, 06:48 PM
RE: Pthyon 3 question (newb) - by bennylava - Feb-14-2019, 05:54 AM
RE: Pthyon 3 question (newb) - by bennylava - Feb-24-2019, 07:37 PM
RE: Pthyon 3 question (newb) - by nilamo - Feb-26-2019, 06:08 PM
RE: Pthyon 3 question (newb) - by bennylava - Feb-28-2019, 04:52 PM
RE: Pthyon 3 question (newb) - by buran - Feb-28-2019, 06:04 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python newb need help Fictile 1 346 Apr-02-2024, 03:28 AM
Last Post: buran
  NameError issue with daughter's newb code MrGonk 2 1,539 Sep-16-2021, 01:29 PM
Last Post: BashBedlam
  Simple newb string question Involute 2 2,318 Sep-08-2019, 12:50 AM
Last Post: Involute
  please help this newb install pygame iofhua 7 6,173 May-15-2019, 01:09 PM
Last Post: buran
  Newb question: Debugging + Linting Python in Visual Studio Code Drone4four 1 2,511 Apr-15-2019, 06:19 AM
Last Post: perfringo
  Newb question about %02d %04d bennylava 30 20,182 Mar-05-2019, 11:23 PM
Last Post: snippsat
  newb selfie PatM 5 3,756 Feb-19-2019, 12:20 AM
Last Post: snippsat
  Complete NEWB and openpyxl project Netopia 44 18,067 Jan-18-2019, 08:15 PM
Last Post: Netopia
  Newb Question - Threading in Crons vvarrior 2 2,888 Jul-20-2018, 08:12 PM
Last Post: vvarrior
  Matt's newb question 1 MattSS102 1 2,786 Aug-28-2017, 03:27 AM
Last Post: BerlingSwe

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020