Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

exercises 28-sequence-of-lines to 34-a-aa-aaa-aaaa #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

Copy link
Contributor

@josemoracard josemoracard commented Dec 20, 2023

No description provided.

Then, the output should be:
## 📝 Instructions:

1. Write a function called `remove_duplicate_words()` that accepts a sequence of whitespace separated words as input and prints the words after removing all duplicate words and sorting them alphanumerically.
Copy link
Contributor

@tommygonzaleza tommygonzaleza Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The function should not print but only return, like in the solution

Copy link
Contributor Author

@josemoracard josemoracard Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

divisible_binary(0100,0011,1010,1001)
```

## 📎 Ejemplo de salida:
Copy link
Contributor

@tommygonzaleza tommygonzaleza Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incluye una breve explicacion de como transformar numeros binarios a numeros reales

Copy link
Contributor Author

@josemoracard josemoracard Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@@ -0,0 +1,5 @@
# `31` Sum eight digit
Copy link
Contributor

@tommygonzaleza tommygonzaleza Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cambia el nombre de la funcion, no esta relacionado con lo que se pide hacer

Copy link
Contributor Author

@josemoracard josemoracard Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

## 📎 Ejemplo de entrada:

```py
letters_and_digits(hello world! 123)
Copy link
Contributor

@tommygonzaleza tommygonzaleza Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Esto es un error de sintaxis

Copy link
Contributor Author

@josemoracard josemoracard Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@@ -1,6 +1,9 @@
# Your code here
def computed_value(param):
Copy link
Contributor

@tommygonzaleza tommygonzaleza Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pon otra solucion mas parecida a lo que haria un estudiante

Copy link
Contributor Author

@josemoracard josemoracard Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
1 more reviewer

@tommygonzaleza tommygonzaleza tommygonzaleza approved these changes

Reviewers whose approvals may not affect merge requirements
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /