From 5f17ffcfc535edf9da8ce14676cba55dd308d41c Mon Sep 17 00:00:00 2001 From: KimMinSeob <msmk530@ajou.ac.kr> Date: Fri, 30 Nov 2018 16:49:29 +0900 Subject: [PATCH] Upload New File --- "\354\260\275\354\206\214\354\236\2054].txt" | 34 ++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 "\354\260\275\354\206\214\354\236\2054].txt" diff --git "a/\354\260\275\354\206\214\354\236\2054].txt" "b/\354\260\275\354\206\214\354\236\2054].txt" new file mode 100644 index 0000000..233254b --- /dev/null +++ "b/\354\260\275\354\206\214\354\236\2054].txt" @@ -0,0 +1,34 @@ +���ڿ��� ����Ʈ�� �ƴϰ� Ʃ���̴�. +( ����Ұ���) + + + t =(1,2,3) + + t =(3,4,5) + +���� >>> Ʃ���� ������ ���� �ƴ϶� ���� t �� ���� ����Ű�� Ʃ���� �ƴ� �ٸ� Ʃ���� ����Ű���� �����. + + +��Ұ� �ϳ��� Ʃ�ø��鶧 ��ǥ ���̴� ���� >> �Ⱥ��̸� type�� int �� ��. + + + +>>> a =-4 + +>>> bin(a) + +'-0b100' +>>> b = 0b00110011 + +>>> bin(b) + +'0b110011' +>>> bin(a&b) + +'0b110000' + + +(a * -1) == (~a +1) >> true + +Ʃ���� ����Ʈ ������ +���氡���� ��ҿ� ����Ұ����� ��� �����غ��� \ No newline at end of file -- GitLab