SpiceQA
Questions
Tags
Users
Badges
Andalib Iftakher
@Andalib Iftakher
0
reputation
0
answers
1
questions
About Me
// Hello, World !
Top Answers
Top Questions
Say I have two objects (v1,v2) created from Vector Class. If v3 = -v1-v2, how can I find v3 using def __sub__(self, other): method?
0 votes
0 answers