Python Forum
could someone explain keywords, marks, and function
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
could someone explain keywords, marks, and function
#5
A bit of advise - don't try to learn "marks" in isolation - it doesn't make sense. They have meaning with other parts of the language. Learn the fundamentals of the language and you will learn the correct syntax, e.g. first line of the loops ends with colon, elements in containers are separated with comma, different brackets may construct different containers like tuple, list, dict, etc. and so on...
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
RE: could someone explain keywords, marks, and function - by buran - Jul-17-2020, 07:08 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Identifying keywords in text drchips 6 138,093 Mar-29-2022, 12:32 PM
Last Post: snippsat
  Customize Python Keywords for IDLE alanvers 0 2,486 Apr-03-2021, 10:56 AM
Last Post: alanvers
  Please explain uncommon way of declaring and using variable [function.variable] esphi 4 3,292 Nov-07-2020, 08:59 AM
Last Post: buran
  How to instantly add quotation marks and comma for parameters? cheers100 4 12,349 Oct-22-2020, 12:51 PM
Last Post: cheers100
  local variable 'marks' referenced before assignment Calli 3 3,132 May-25-2020, 03:15 PM
Last Post: Calli
  how to explain this function run? PY_beginner 3 2,891 Oct-04-2019, 10:09 PM
Last Post: ichabod801
  Can I search from Python, automatically and randomly generated keywords in Google? xX_Prophit_Xx 0 2,848 Sep-07-2018, 04:43 PM
Last Post: xX_Prophit_Xx

Forum Jump:

User Panel Messages

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