8000 GitHub - reddysainathn/reddysainathn
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

reddysainathn/reddysainathn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 

Repository files navigation

Hello! πŸ‘‹

issues = [
   {
      'problem_1' : 'The Semicolon Saga',
      'status' : 'FIXED',
      'notes' : 'Switched to Python! πŸπŸš€'
   },
   {
      'problem_2' : 'The Stack Overflow Dependency',
      'status' : 'DEFFERED',
      'notes' : 'Not Yet -> But the future : LLM's integrated to IDE's πŸ§ πŸ’»πŸ€”'
   }
]


for issue in issues:
   if issue.get('status') == 'FIXED':
     print('Bug πŸ›')
   else:
     print('Feature ✨')
   finally:
     print('Rectified! πŸ—οΈ')

⚑ Github Stats

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0