Skip to content

brotatotes/PotatoArray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PotatoArray

Try it

pip3 install PotatoArray

In python3:

>>> from PotatoArray import PotatoArray
>>> a = PotatoArray([1,2,3])
>>> a[2]
1
>>> a[-2]
3

Description

A wrapper class around python3's list with index starting at 2.

Purpose

AttributeError: 'PotatoArray' object has no attribute 'purpose'

Inspiration

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages