diff --git a/Практическая 3/3.py b/Практическая 3/3.py new file mode 100644 index 0000000..3790c6e --- /dev/null +++ b/Практическая 3/3.py @@ -0,0 +1,7 @@ +def f(A, B): + return ((A and B) == ((not B) <= (not A))) ^ A + +print("A B f") +for A in (0, 1): + for B in (0, 1): + print(A, B, f(A, B)) \ No newline at end of file diff --git a/Практическая 3/Screenshot_1.png b/Практическая 3/Screenshot_1.png new file mode 100644 index 0000000..aa66e3d Binary files /dev/null and b/Практическая 3/Screenshot_1.png differ diff --git a/Практическая 3/ОИТ Практическая 3.docx b/Практическая 3/ОИТ Практическая 3.docx new file mode 100644 index 0000000..e7917ef Binary files /dev/null and b/Практическая 3/ОИТ Практическая 3.docx differ diff --git a/Практическая 4/Безымянный.png b/Практическая 4/Безымянный.png new file mode 100644 index 0000000..42ce211 Binary files /dev/null and b/Практическая 4/Безымянный.png differ diff --git a/Практическая 4/ОИТ Практическая 4.docx b/Практическая 4/ОИТ Практическая 4.docx new file mode 100644 index 0000000..a4292e4 Binary files /dev/null and b/Практическая 4/ОИТ Практическая 4.docx differ