Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
bossdarshit
/
Python-Programs
Public
forked from
codehouseindia/Python-Programs
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
master
Branches
Tags
Go to file
Code
Open more actions menu
Folders and files
Name
Name
Last commit message
Last commit date
Latest commit
History
467 Commits
467 Commits
Chat-Server Using Socket Programming in Python
Chat-Server Using Socket Programming in Python
ClickJacking Bug Testing
ClickJacking Bug Testing
Python_CURD_cmd
Python_CURD_cmd
SpaceInvader
SpaceInvader
#T-shirt
#T-shirt
AI upgrade-voices.py
AI upgrade-voices.py
Aayush.py
Aayush.py
Abhishek_Sahu
Abhishek_Sahu
Adventure_game.py
Adventure_game.py
Armstrong.py
Armstrong.py
Arrow Pattern
Arrow Pattern
Assistant
Assistant
BFS.py
BFS.py
BinaryPalindrome.py
BinaryPalindrome.py
BinarySearchTree.py
BinarySearchTree.py
BinaryTreeDeletion.py
BinaryTreeDeletion.py
Bubble_sort
Bubble_sort
Bubble_sort.py
Bubble_sort.py
Calculator.py
Calculator.py
Car Game.py
Car Game.py
CoinChange.py
CoinChange.py
Collatz's Hypothesis SARTHAK
Collatz's Hypothesis SARTHAK
CountLeafNode.py
CountLeafNode.py
CountOfDivisorsEvenOdd.py
CountOfDivisorsEvenOdd.py
CountPairwithgivensum.py
CountPairwithgivensum.py
CountingSort.py
CountingSort.py
Dice_rolling_simulator.py
Dice_rolling_simulator.py
Dijikstra.py
Dijikstra.py
Emoji_Convertor.py
Emoji_Convertor.py
Factorial finder
Factorial finder
Factorial_calculator.py
Factorial_calculator.py
Faulty calculator
Faulty calculator
Fibonacci Series-recursion.py
Fibonacci Series-recursion.py
Fibonacci sequence
Fibonacci sequence
Fibonacci.py
Fibonacci.py
File_writing_Input_Output
File_writing_Input_Output
Gamer.py
Gamer.py
Grade.py
Grade.py
Graph.py
Graph.py
Guess_the_number.py
Guess_the_number.py
Gui calculator
Gui calculator
How_to_calculate_miles_per_gallon.py
How_to_calculate_miles_per_gallon.py
ISBN numbers
ISBN numbers
Input assignment python code
Input assignment python code
Jarvis.py
Jarvis.py
LCM.py
LCM.py
LSUR_ago.py
LSUR_ago.py
Leap Year.py
Leap Year.py
Leap year programming
Leap year programming
Leapyear.py
Leapyear.py
Linear_search.py
Linear_search.py
LinkedListdeletion.py
LinkedListdeletion.py
LongestPalindromicSubstring
LongestPalindromicSubstring
Longest_Common_Subsequence.py
Longest_Common_Subsequence.py
Longest_Substring_Without_Repeating_Characters.py
Longest_Substring_Without_Repeating_Characters.py
MB_Vowels
MB_Vowels
Merge Mails.py
Merge Mails.py
Mirror Number Pattern
Mirror Number Pattern
MooreVoting.py
MooreVoting.py
New python program
New python program
Odd_Even.py
Odd_Even.py
Pacman.py
Pacman.py
Palindrome Number
Palindrome Number
Palindrome.py
Palindrome.py
Password_generator.py
Password_generator.py
Pavillion.py
Pavillion.py
Pig latin translator.py
Pig latin translator.py
Polindrome using while loops
Polindrome using while loops
Postfixtoinfix.py
Postfixtoinfix.py
PrimeNumber.py
PrimeNumber.py
Python Program for n-th Fibonacci number
Python Program for n-th Fibonacci number
Python Program to Multiply Two Matrices
Python Program to Multiply Two Matrices
Python calculator
Python calculator
Python code to multiply two matrices
Python code to multiply two matrices
Quadratic Equation.py
Quadratic Equation.py
README.md
README.md
Random_Passwprd_Gen.py
Random_Passwprd_Gen.py
ReverseBSTQueue.py
ReverseBSTQueue.py
SPS_game.py
SPS_game.py
SUM&AVG.py
SUM&AVG.py
Simple Calculator
Simple Calculator
Simple Calculator.py
Simple Calculator.py
SnakeGame
SnakeGame
StackusingQueue.py
StackusingQueue.py
Sum_very_large_numbers
Sum_very_large_numbers
TEXT TO SPEECH.py
TEXT TO SPEECH.py
Tic Tac Toe Game.py
Tic Tac Toe Game.py
TicTacToe.py
TicTacToe.py
TimeConversion.py
TimeConversion.py
Transpose Matix
Transpose Matix
Turtle.py
Turtle.py
Video_capture.py
Video_capture.py
VowelPalindrome.py
VowelPalindrome.py
Write a Python program to find the first appearance of the substring 'not' and 'poor' from a given string, if 'not' follows the 'poor', replace the whole 'not'...'poor' substring with 'good'. Return the resulting string. Go to the editor Sample String : 'The lyrics is not that poor!' 'The lyrics is poor!' Expected Result : 'The lyrics is good!' 'The lyrics is poor!'
Write a Python program to find the first appearance of the substring 'not' and 'poor' from a given string, if 'not' follows the 'poor', replace the whole 'not'...'poor' substring with 'good'. Return the resulting string. Go to the editor Sample String : 'The lyrics is not that poor!' 'The lyrics is poor!' Expected Result : 'The lyrics is good!' 'The lyrics is poor!'
Your_first_game.py
Your_first_game.py
Z_shaped.py
Z_shaped.py
Zero and Star Pattern
Zero and Star Pattern
abhijeetarmstrong.py
abhijeetarmstrong.py
add.py
add.py
amit.py
amit.py
View all files
Repository files navigation
README
More
items
Python-Programs
Add your python programs in this repo.
About
Add any python programs here
Resources
Readme
Activity
Stars
0
stars
Watchers
0
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.