1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
hammer [34]
2 years ago
7

So I tried asking for help with my code on stackoverflow but the people there were very condescending and mean plus my questions

got blocked because my code wasn't right and people kept down-voting me so I'm asking here
def main():
int(float('01001110 01100101 01110110 01100101 01110010 00100000 01110000 01110101 01110100 00100000 01101111 01100110 01100110 00100000 01110101 01101110 01110100 01101001 01101100 00100000 01110100 01101111 01101101 01101111 01110010 01110010 01101111 01110111 00100000 01110111 01101000 01100001 01110100 00100000 01100011 01100001 01101110 00100000 01100010 01100101 00100000 01100100 01101111 01101110 01100101 00100000 01110100 01101111 01100100 01100001 01111001 00100000 01100010 01100101 01100011 01100001 01110101 01110011 01100101 00100000 01110100 01101111 01101101 01101111 01110010 01110010 01101111 01110111 00100000 01101101 01100001 01111001 00100000 01100010 01100101 00100000 01100001 01101110 00100000 01100101 01110110 01100101 01101110 00100000 01100010 01110101 01110011 01101001 01100101 01110010 00100000 01100100 01100001 01111001')
ord('Never put off until tomorrow what can be done today because tomorrow may be an even busier day')
message = input("decode the message")
main()

anyone know how to fix this code I'm having issues specifically with line 3
Computers and Technology
1 answer:
MaRussiya [10]2 years ago
7 0

Answer:

01001110 01100101 01110110 01100101 01110010 00100000 01110000 01110101 01110100 00100000 01101111 01100110 01100110 00100000 01110101 01101110 01110100 01101001 01101100 00100000 01110100 01101111 01101101 01101111 01110010 01110010 01101111 01110111 00100000 01110111 01101000 01100001 01110100 00100000 01100011 01100001 01101110 00100000 01100010 01100101 00100000 01100100 01101111 01101110 01100101 00100000 01110100 01101111 01100100 01100001 01111001 00100000 01100010 01100101 01100011 01100001 01110101 01110011 01100101 00100000 01110100 01101111 01101101 01101111 01110010 01110010 01101111 01110111 00100000 01101101 01100001 01111001 00100000 01100010 01100101 00100000

Explanation:

You might be interested in
Displays information a bout drivers, network connections, and other program-related details.
slava [35]

Answer:

library

Explanation:

hope you like it

6 0
3 years ago
What is an border in html
kompoz [17]

Borders can be applied to most HTML elements within the body. To make a border around an element, all you need is border-style . The values can be solid , dotted , dashed , double , groove , ridge , inset and outset . border-width sets the width of the border, most commonly using pixels as a value.

8 0
2 years ago
How many people in the world
sveticcg [70]

Answer:

Around seven billion people

4 0
2 years ago
The following SQL statement uses a(n) _____. SELECT P_CODE, P_DESCRIPT, P_PRICE, V_NAME FROM PRODUCT, VENDOR WHERE PRODUCT.V_COD
Trava [24]

Answer:

The answer is c. “old-style” join.

Explanation:

SELECT P_CODE, P_DESCRIPT, P_PRICE, V_NAME

FROM PRODUCT, VENDOR

WHERE PRODUCT.V_CODE = VENDOR.V_CODE;

The SELECT clause represents all the columns to be displayed.

The FROM clause represents the tables which are used to extract the columns.

The WHERE clause shows the common column that exists in both the tables. This represents the old-style join when JOIN keyword was not used.

The tables are joined in two ways.

1. Using JOIN keyword

The syntax for this is given as

SELECT column1, column2

FROM table1 JOIN table2

ON table1.column3 = table2.column3;

This returns all rows from two tables having the same value of common column.

Two tables are taken at a time when JOIN keyword is used.

If more tables are to be used, they are mentioned as follows.

SELECT column1, column2

FROM table1 JOIN table2

ON table1.column3 = table2.column3

JOIN table3

ON table3.column4 = table1.column4

( ON table3.column5 = table2.column5 )  

The part in italics shows that the third table can either share the same column with table1 or table2.

The given query can be re-written using JOIN as shown.

SELECT P_CODE, P_DESCRIPT, P_PRICE, V_NAME

FROM PRODUCT JOIN VENDOR

ON PRODUCT.V_CODE = VENDOR.V_CODE;

2. Equating common column in WHERE clause

SELECT column1, column2

FROM table1, table2

WHERE table1.column3 = table2.column3;

This returns all rows from two tables having the same value of the common column.

Here, no keyword is used except the general syntax of the query. ON keyword as shown in the above example is replaced with WHERE.

Tables to be used are mentioned in FROM clause separated by commas.

Tables are joined based on the same column having same values.

Multiple tables can be joined using this style as follows.

SELECT column1, column2

FROM table1, table2, table3, table4

WHERE table1.column3 = table2.column3

AND table3.column5=table1.column5

AND table3.column4 = table2.column4;

5 0
3 years ago
Which are three possible text formatting actions in wordpad?
DaniilM [7]

Answer:

Font, Bold, italic, colored, centered text...

7 0
2 years ago
Other questions:
  • Which online text source would include a review of a new TV show?
    9·2 answers
  • In some cases, certain Hyper-V guest operating system features do not function properly using the operating system's own device
    9·1 answer
  • The scheme function (mult2-diff Ist) should take one argument, a list of numbers, and results in multiplying each number in the
    11·1 answer
  • Which of the following statements is correct?
    11·1 answer
  • Sheet tabs can be renamed by____
    9·2 answers
  • Each pixel includes 3 colors; Red, Green and Blue. Each color uses 8 bits to store it's intensity. How many Bytes are needed for
    12·1 answer
  • Guess The Song:
    9·1 answer
  • Which of the following aspects of a computer is responsible for making sense of input? processing output memory storage
    14·2 answers
  • HELP PLEASE
    7·1 answer
  • The RAND() function in Excel returns a pseudo-random number between 0 and 1. If you enter this function into 1000 cells (i.e. en
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!