Skip to content

Latest commit

 

History

History

sevenate9

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
  • Completed at: 2023-08-26T04:29:11.104Z

  • Completed languages: python

  • Tags: Logic, Strings, Fundamentals

  • Rank: 7 kyu

Description

Write a function that removes every lone 9 that is inbetween 7s.

"79712312" --> "7712312"
"79797"    --> "777"