#yo i dont understand just started sry for my grammar

24 messages ยท Page 1 of 1 (latest)

naive crest
vague marlin
#

Could you please post the code and error in a code block?

naive crest
#

local Hamming = {7}

function Hamming.compute()

end

return Hamming

twilit pumiceBOT
#

To make code easier for everyone to read (and to make you look like a pro), **please use a codeblock when sharing code.**For example, you can type the following:

```
for number in range(10):
total += number;
```
Discord will render that as so:

for number in range(10):
    total += number;

You can even get syntax highlighting by adding the language to the codeblock opening:
```python
for number in range(10):
total += number;
```
Discord will render that as so:

for number in range(10):
    total += number;
naive crest
#
local Hamming = {}

function Hamming.compute(a,b)

end

return Hamming

#

pls help @everyone

vague marlin
#

Hamming takes two strings, a and b

#

You need to compute how many characters are different between the two

naive crest
#

OH

#

1

#

strings are lines of code

#

where are the 2

vague marlin
#

a and b are variables which contains arbitrary strings in them

naive crest
#

wher

#

where

vague marlin
#

You may want to find a tutorial that teaches you basic programming concepts first

naive crest
#

like roblox devs?

#

sry if im a burden

vague marlin
#

I have no idea if that has an intro to programming or not. But there are a lot on the Internet that Google can find for you.

twilit pumiceBOT
#

๐Ÿ‘‹๐Ÿผ Hello! We are happy to have you here. Exercism is best suited for people who have some experience in programming. If you are completely new to the topic, exercism might be very challenging. There are many great resources online, that can kickstart your journey in computer science. For a wide understanding, you can try the free CS50x course at Harvard: http://cs50.harvard.edu/x/2023/. If you want to focus on web development you can also try The Odin Projects (free and open source: http://theodinproject.com). It is a long-term commitment, that will guide you to master some projects and will prepare you to show off a nice portfolio in the end. Another interesting resource for web development are the MDN web docs: http://developer.mozilla.org/en-US/docs/Learn.

vague marlin
#

No idea. But Google might be worth checking!

somber niche