Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
y_true = [int(x) for x in input().split()] y_pred = [int(x) for x in input().split()] import numpy as np y_true=np.array(y_t
don't
i
know
0 Votes
2 Answers
9th Aug 2022, 4:39 PM
Agnesh Vinciya
n = int(input()) X = [] for i in range(n): X.append([float(x) for x in input().split()]) y = [int(x) for x in input().
python
3 Votes
3 Answers
15th Apr 2021, 6:40 AM
Priyanka
what is the solution n, p = [int(x) for x in input().split()]
-
average
data
of
rows
science
-1 Vote
4 Answers
11th Nov 2021, 8:38 AM
Zaid Zren
Data Science - Average of Rows
[int(x)
=
for
in
input().split()]
n
p
x
-1 Vote
1 Answer
11th Nov 2021, 8:35 AM
Zaid Zren
Ask a question
Ask a question
Ask a question
Ask a question
Hot today
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Odd even threads without condition variable
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Game development
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Ruby programming?
3 Votes