{"id":20697068,"url":"https://github.com/tsnsoft/why-do-you-need-parentheses-in-programs","last_synced_at":"2026-03-07T16:34:31.741Z","repository":{"id":60126360,"uuid":"541150996","full_name":"tsnsoft/Why-do-you-need-parentheses-in-programs","owner":"tsnsoft","description":"Зачем нужны скобки в программах!","archived":false,"fork":false,"pushed_at":"2022-09-25T13:16:31.000Z","size":2978,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-11T02:49:08.696Z","etag":null,"topics":["mathematics","parentheses","programming"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tsnsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-25T11:40:12.000Z","updated_at":"2022-09-25T11:45:22.000Z","dependencies_parsed_at":"2022-09-25T23:11:53.184Z","dependency_job_id":null,"html_url":"https://github.com/tsnsoft/Why-do-you-need-parentheses-in-programs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tsnsoft/Why-do-you-need-parentheses-in-programs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsnsoft%2FWhy-do-you-need-parentheses-in-programs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsnsoft%2FWhy-do-you-need-parentheses-in-programs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsnsoft%2FWhy-do-you-need-parentheses-in-programs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsnsoft%2FWhy-do-you-need-parentheses-in-programs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsnsoft","download_url":"https://codeload.github.com/tsnsoft/Why-do-you-need-parentheses-in-programs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsnsoft%2FWhy-do-you-need-parentheses-in-programs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30221511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T14:02:48.375Z","status":"ssl_error","status_checked_at":"2026-03-07T14:02:43.192Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mathematics","parentheses","programming"],"created_at":"2024-11-17T00:16:32.599Z","updated_at":"2026-03-07T16:34:31.689Z","avatar_url":"https://github.com/tsnsoft.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Why-do-you-need-parentheses-in-programs\n__Зачем нужны скобки в программах!__\n\n*(2+3)/(4+6) = 0.5*\n\n![srcreenshot](screenshot1.jpg)\n\n*2+3/(4+6) = 2.3*\n\n![srcreenshot](screenshot2.jpg)\n\n*(2+3)/4+6 = 7.25*\n\n![srcreenshot](screenshot3.jpg)\n\n*2+3/4+6 = 8.75*\n\n![srcreenshot](screenshot4.jpg)\n\n*(2\\*3)/(4\\*6) = 0.25*\n\n![srcreenshot](screenshot5.jpg)\n\n*(2\\*3)/4\\*6 = 9*\n\n![srcreenshot](screenshot6.jpg)\n\n***Программа на Python для сомнивающихся: ))***\n```\na = 2\nb = 3\nc = 4\nd = 6\nx1 = (a + b) / (c + d)\nx2 = a + b / (c + d)\nx3 = (a + b) / c + d\nx4 = a + b / c + d\nx5 = (a * b) / (c * d)\nx6 = (a * b) / c * d\nprint(x1)\nprint(x2)\nprint(x3)\nprint(x4)\nprint(x5)\nprint(x6)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsnsoft%2Fwhy-do-you-need-parentheses-in-programs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsnsoft%2Fwhy-do-you-need-parentheses-in-programs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsnsoft%2Fwhy-do-you-need-parentheses-in-programs/lists"}