Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python : How to overcome from EOL Error in Compititve programming... #8008 #8010

Conversation

anjalikumawat2002
Copy link
Contributor


Description 📜

What is EOL and How to overcome from this error in Python.
Fixes #8008


Type of change 📝

  • Au#dio (Should be in mp3 format Includes speech clarity, Concise ,Low distortion)
  • Vi#deo (Animations, screen-recordings, presentations and regular explanatory films are all possibilties etc)
  • Documentation (Content Creation in the form of codes or tutorials)
  • Other (If you choose other, Please mention changes below)

Domain of Contribution 📊

  • Android Dev #(Flutter)
  • Android Dev #(Java)
  • Android Dev #(Kotlin)
  • Backend Dev #(Java)
  • Backend Dev #(.NET)
  • Backend Dev #(PHP)
  • Backend Dev #(Python)
  • C/#CPP
  • Competitive Programming
  • Cyber #Security
  • DS#A
  • Data#base
  • Datascience with #Python
  • Datascience with #R
  • Frontend Dev #HTML/CSS/JS
  • Frontend Dev #React/Angular/Vue
  • Go#lang
  • Interview #Prep
  • Java_#Domain
  • JavaScript_#Domain
  • ME#RN
  • Machine #Learning
  • Open #Source
  • Python_#Domain
  • Ru#st
  • Statis#tics
  • UI/#UX

Checklist ✅


Screenshots / Gif (Optional) 📸


@keywordlabeler keywordlabeler bot added Competitive Programming documentation Improvements or additions to documentation GWOC21 labels Nov 17, 2021
@anjalikumawat2002 anjalikumawat2002 changed the title This commit fixes issue #8008 Python : How to overcome from EOL Error in Compititve programming... #8008 Nov 17, 2021

EOL == End Of Line

An EOL error indicatesthat Python interpreter expected a particular character or set of characters to have occurred in specific line of code, but that those characters were not found before the end of the line . This results in Python stopping the program execution and throwing a syntax error .The EOL error signifies that the Interpreter of Python reached the end of the line while scanning the string literal.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
An EOL error indicatesthat Python interpreter expected a particular character or set of characters to have occurred in specific line of code, but that those characters were not found before the end of the line . This results in Python stopping the program execution and throwing a syntax error .The EOL error signifies that the Interpreter of Python reached the end of the line while scanning the string literal.
An EOL error indicates that Python interpreter expected a particular character or set of characters to have occurred in specific line of code, but that those characters were not found before the end of the line . This results in Python stopping the program execution and throwing a syntax error .The EOL error signifies that the Interpreter of Python reached the end of the line while scanning the string literal.

## EOL


EOL == End Of Line
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
EOL == End Of Line
**EOL == End Of Line**

@ErzaTitania-2001 ErzaTitania-2001 merged commit b85029d into girlscript:Competitive_Programming Nov 19, 2021
@ravireddy07
Copy link
Contributor

@ErzaTitania-2001 I haven't approved it yet :man-shrugging:

@ErzaTitania-2001
Copy link
Collaborator

@ravireddy07 My apologies. I seem to have made a mistake.

@ravireddy07
Copy link
Contributor

np, I would have approved. It's ok. 🙌

@anjalikumawat2002
Copy link
Contributor Author

np, I would have approved. It's ok. 🙌

Thanks sir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Competitive Programming documentation Improvements or additions to documentation GWOC21
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants