Skip to content

Noble is a python-based programming language built using the Sly library.

License

Notifications You must be signed in to change notification settings

MananHakani/Noble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noble

Noble is a python-based programming language built using the Sly library.

Arithmetic Operators

Arithmetic operators are used with numeric values to perform common mathematical :

Operator Name Example
+ Addition x+y
- Subtraction x-y
* Multiplication x*y
/ Division x/y
** Exponentiation x**y
*** Root x***y
% Modulus x%y
// Floor Division x//y

About

Noble is a python-based programming language built using the Sly library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages