Skip to content

Instantly share code, notes, and snippets.

@zno-man
zno-man / ps test code
Last active October 23, 2020 17:25
ps test code
import copy
import io
import os
class qn:
"this is the class which is can be used to represent the question object"
def __init__(self,label="",values={}):
self.label= label
self.values=values