TechnologyProfession
Sort by
Newest
Most popular
Last review
Filter by
Published
465
To review
1
TechnologyProfession
Sort by
Newest
Most popular
Last review
Filter by
Published
465
To review
1
466 questions
Easy
6 votes810 runs0 comment
Easy
4 votes797 runs0 comment
Easy
4 votes793 runs0 comment
Hard
4 votes554 runs0 comment
Medium
4 votes366 runs0 comment
Medium
3 votes776 runs1 comment
Expert
3 votes728 runs0 comment
Hard
3 votes670 runs0 comment
Easy
3 votes525 runs0 comment
Hard
3 votes492 runs0 comment
Medium
3 votes398 runs0 comment
Easy
3 votes388 runs0 comment
Medium
3 votes375 runs0 comment
Easy
3 votes164 runs0 comment
Which code language is the most used to implement AI?
Martinat Mar 15, 2022
Hard
2 votes1564 runs0 comment
Write a Python function that returns a list of the first n numbers of the Fibonacci sequence.
Antoine Brennerat Dec 2, 2021
Hard
2 votes1557 runs1 comment
Why is the output of the following code undefined? ``` def f(n): return n + 1 f(n) ```
Antoine Brennerat Dec 2, 2021
Hard
2 votes1551 runs0 comment
What is the output of the following Python code? ``` G = '123' print(G + 1) ```
Antoine Brennerat Dec 2, 2021
Hard
2 votes1550 runs0 comment
Write a Python program to open a file in binary mode and write a string to it.
Antoine Brennerat Dec 2, 2021