from math import *
print(2*factorial(5)+3*factorial(8)/factorial(6)+factorial(4))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Verified answer
from math import *
print(2*factorial(5)+3*factorial(8)/factorial(6)+factorial(4))