Why does my class return object in python?

前端 未结 0 1638
被撕碎了的回忆
被撕碎了的回忆 2020-12-31 09:36

So i have this class:

import matplotlib.pyplot as plt
import numpy as np

class F:
    def __init__(self,n,m):
        
        self.n=n
        self.m=m

            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题