profile
Tech Blogger
post-thumbnail

Python syntaxerror: eol while scanning string literal

ItsMyCode |Python is an interpreted language that means, unlike other languages( Java, C++, CThe Syntax Error mainly occurs when the Python interprete

2021년 9월 6일
·
0개의 댓글
·
post-thumbnail

Python TypeError: 'int' object is not iterable

If you have read our previous article, the ‘ NoneType’ object is not iterable. You already know why Python throws ‘ typeerror ‘, and it occurs basica

2021년 9월 5일
·
0개의 댓글
·
post-thumbnail

How to Check if String Contains Substring in Python

A substring is a sequence of characters in a given string. Python has several built-in methods that can help find and replace a substring.

2021년 9월 5일
·
0개의 댓글
·