Added 2's complement function

This commit is contained in:
devansh-07
2020-10-19 11:06:36 +05:30
parent a60525edbc
commit 7e50827a75

View File

@@ -1,7 +1,7 @@
import random import random
import math import math
import fractions import fractions
from .funcs import * from funcs import *
genList = [] genList = []