Skip to content

Commit fa778aa

Browse files
committed
whitespace
1 parent 4c2ac21 commit fa778aa

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

src/data_science/testCSVwrite.csv

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
°F,°C
2+
-7,-21.66666658888889
23
-3,-19.44444436666667
3-
17,-8.333333255555557
4-
19,-7.222222144444446
5-
33,0.5555556333333342
6-
36,2.2222222999999985
4+
24,-4.4444443666666675
5+
26,-3.333333255555557
6+
31,-0.55555547777778
77
46,7.777777855555556
8-
50,10.000000077777777
9-
67,19.44444452222222
10-
81,27.2222223
11-
97,36.11111118888889
8+
47,8.33333341111111
9+
72,22.2222223
10+
72,22.2222223
11+
83,28.333333411111113

src/homework/hw6.jl

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ macro bind(def, element)
2525
end
2626

2727
# ╔═╡ 8c8388cf-9891-423c-8db2-d40d870bb38e
28-
begin
29-
using PlutoUI, Plots
30-
end
28+
using PlutoUI, Plots
3129

3230
# ╔═╡ eadb174e-2c1d-48c8-9de2-99cdc2b38d32
3331
md"_homework 6, version 5_"
@@ -968,15 +966,15 @@ bigbreak
968966
# ╔═╡ a5234680-8b02-11eb-2574-15489d0d49ea
969967
bigbreak
970968

971-
# ╔═╡ 2962c6da-feda-4d65-918b-d3b178a18fa0
969+
# ╔═╡ 887a5106-c44a-4437-8c6f-04ad6610738a
972970
begin
973-
fruits = ["🍒", "🍐", "🍋"]
971+
fruits = ["🍉"]
974972
length(fruits)
975973
end
976974

977-
# ╔═╡ 887a5106-c44a-4437-8c6f-04ad6610738a
975+
# ╔═╡ 2962c6da-feda-4d65-918b-d3b178a18fa0
978976
begin
979-
fruits = ["🍉"]
977+
fruits = ["🍒", "🍐", "🍋"]
980978
length(fruits)
981979
end
982980

0 commit comments

Comments
 (0)