Skip to content

An ultimate powered utility to extremely minimize the Python code

Notifications You must be signed in to change notification settings

watakak/Cucumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Cucumber | Ultimate python utility

An ultimate powered utility to extremely minimize the Python code

For example print('Hello, World!') (24 bytes), on Cucumber looks like āä¼ë (7 bytes)

Python (95 bytes)

def function(var):
    print(f'You said: {a}')

a = input('Input text: ')

function(var=a)

Cucumber Old version (1.0.1, 56 bytes)

Å funcΒonÂvarÃ:ΆøāÂf'You said: {a}ëΆΆa = āäInput Αxt: ëΆΆfuncΒonÂvar=aÃ

Cucumber New version (1.0.2, 24 bytes)

ÅÁᎩÇÂÈÉΆԲᎭᎬÙaÍΆΆaĪāäᎡᎠ ᎪxtÆëΆΆÁᎩÇÂÈ=aÃ

About

An ultimate powered utility to extremely minimize the Python code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages